Skip to content

Commit

Permalink
Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
surban committed Apr 30, 2024
1 parent faf17be commit f57a747
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,10 @@ jobs:
name: Build with latest stable Rust on Windows
runs-on: windows-latest
steps:
- uses: ilammy/setup-nasm@v1
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install winget
uses: Cyberboss/install-winget@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: winget install -e --id NASM.NASM --disable-interactivity --accept-source-agreements
- name: Install latest stable Rust
run: rustup set profile default && rustup default stable && rustup update
- name: Build
Expand Down

0 comments on commit f57a747

Please sign in to comment.