Skip to content

Commit

Permalink
32bit vcvars
Browse files Browse the repository at this point in the history
  • Loading branch information
core1024 committed Oct 17, 2024
1 parent 9d794e9 commit e25df5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
run: git config --global core.autocrlf false
- name: checkout
uses: actions/checkout@v3
- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2
with:
arch: Win32
- name: Stable with rustfmt and clippy
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down

0 comments on commit e25df5d

Please sign in to comment.