Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Jun 16, 2024
1 parent a39856f commit 8a7c189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Rust stable
- name: Install Stable Rust
run: rustup toolchain install stable
- name: Use Rust stable
- name: Use Stable Rust
run: rustup default stable
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 8a7c189

Please sign in to comment.