Skip to content

Commit 2a516d0

Browse files
committed
older rust compiler for the sake of win7 compat
1 parent 5e6c5b0 commit 2a516d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- uses: actions-rust-lang/setup-rust-toolchain@v1
2424
with:
25-
toolchain: nightly-2025-02-21 # Specific nightly version that works with dll-syringe, remove when it gets fixed so we can use latest
25+
toolchain: nightly-2024-01-01 # Specific nightly version that works with dll-syringe, remove when it gets fixed so we can use latest
2626

2727
- name: Install frontend dependencies
2828
run: yarn install

0 commit comments

Comments
 (0)