Skip to content

Commit

Permalink
Lock rust version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte authored Jul 30, 2024
1 parent c59d468 commit 8ecbe08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
${{ matrix.ninja_sudo }} unzip ${{ matrix.ninja_file }} -d ${{ matrix.ninja_dir }} && rm ${{ matrix.ninja_file }}
shell: bash
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.79.0
- name: Build
run: ./build.sh ${{ matrix.out_dir }}
shell: bash
Expand Down

0 comments on commit 8ecbe08

Please sign in to comment.