Skip to content

Commit

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

- name: Install Dependencies [Windows]
if: ${{ matrix.os == 'windows-latest' }}
run: vcpkg integrate install

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

0 comments on commit 7bc54cb

Please sign in to comment.