Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiaansu committed Sep 25, 2024
1 parent 9692dbf commit 4b5056d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: matrix.os == 'ubuntu-20.04'

- name: Install Rust (rustup)
run: rustup update ${{ matrix.os }} --no-self-update && rustup default ${{ matrix.rust }}
run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }}
shell: bash

- name: Build
Expand Down

0 comments on commit 4b5056d

Please sign in to comment.