Skip to content

Commit

Permalink
update dockerfile to ubuntu 24 and run cargo update (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoIeni authored Sep 27, 2024
1 parent 540d0e1 commit 87ddf7f
Show file tree
Hide file tree
Showing 5 changed files with 489 additions and 431 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the source code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Rust
run: rustup update stable && rustup default stable
Expand Down
Loading

0 comments on commit 87ddf7f

Please sign in to comment.