Skip to content

Commit 63be0e6

Browse files
authored
Merge pull request #252 from chewing/push-mlpqotovxuvx
chore(deps): update dependencies
2 parents d91b9e5 + 95f08a8 commit 63be0e6

File tree

19 files changed

+2053
-1006
lines changed

19 files changed

+2053
-1006
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ jobs:
4141
run: git submodule update --remote
4242

4343
- name: Setup rustup
44-
run: rustup target add i686-pc-windows-msvc
44+
run: |
45+
rustup install stable
46+
rustup target add i686-pc-windows-msvc
4547
4648
- name: Add msbuild to PATH
4749
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)