Skip to content

Commit 2e9ef8e

Browse files
Merge pull request #1 from gdziadkiewicz/Check_build_on_ubuntu_24.04
Check build on ubuntu 24.04
2 parents 7a18044 + 4ec4de0 commit 2e9ef8e

File tree

3 files changed

+330
-2
lines changed

3 files changed

+330
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
jobs:
1313
build:
1414

15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-24.04
1616

1717
steps:
1818
- uses: actions/checkout@v4

Cargo.lock

Lines changed: 328 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Inspired by https://www.codewars.com/kata/526156943dfe7ce06200063e
88
* [x] Add CLI
99
* [x] Add handling of whitespace
1010
* [ ] Add better error handling to the interpreted
11-
* [ ] Add CI
11+
* [x] Add CI

0 commit comments

Comments
 (0)