Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrimati1992 authored Dec 6, 2024
1 parent 4cdedae commit 9e1025b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2
- name: ci-nighly
if: ${{ matrix.rust != '1.57.0' && matrix.rust != "1.64.0") }}
if: ${{ matrix.rust != '1.57.0' && matrix.rust != '1.64.0') }}
run: |
rustup override set ${{ matrix.rust }}
Expand Down

0 comments on commit 9e1025b

Please sign in to comment.