Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 14, 2025
1 parent b96c65a commit 0e29d18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
runs-on: ubuntu-latest
container: debian:buster-slim
steps:
- uses: actions/checkout@v4
- run: apt update && apt install curl
- uses: dtolnay/rust-toolchain@stable
- uses: actions/checkout@v4
- run: cargo run --version
# check:
# strategy:
Expand Down

0 comments on commit 0e29d18

Please sign in to comment.