Skip to content

Commit

Permalink
refactor(pre-release): trying windows build v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Thumuss committed Jun 6, 2024
1 parent 7bc54cb commit b06efb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
cross: false
steps:
- uses: actions/checkout@master
- uses: dtolnay/rust-toolchain@master
- uses: dtolnay/rust-toolchain@1.77.0
with:
target: ${{ matrix.target }}
target: ${{ matrix.target }}

- name: Run Cross
if: ${{ matrix.cross }}
Expand Down

0 comments on commit b06efb4

Please sign in to comment.