File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed
Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 1313
1414jobs :
1515 update_version :
16+ if : ${{ github.repository_owner == 'WaspScripts' }}
1617 runs-on : ubuntu-latest
1718 steps :
1819 - name : Checkout repository
4647
4748 - uses : actions-rs/toolchain@v1
4849 with :
49- toolchain : 1.87.0
50+ toolchain : stable
5051 target : ${{ matrix.target }}
5152 default : true
5253 override : true
7071 echo "C:\msys64\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
7172 shell : pwsh
7273
73- - name : Verify toolchain
74- run : |
75- ls "C:\msys64\mingw32\bin\i686-w64-mingw32-gcc.exe"
76- ls "C:\msys64\mingw64\bin\x86_64-w64-mingw32-gcc.exe"
77- where i686-w64-mingw32-gcc || echo "Not found in PATH"
78- where x86_64-w64-mingw32-gcc || echo "Not found in PATH"
79- shell : pwsh
80-
8174 - name : Build for ${{ matrix.target }}
8275 run : cargo build --release --target=${{ matrix.target }}
8376
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010
1111[dependencies ]
1212libc = " 0.2"
13- retour = " 0.3.1 "
13+ retour = " =0.4.0-alpha.4 "
1414gl = " 0.14"
1515windows = { version = " 0.62" , features = [
1616 " Win32_Security" ,
You can’t perform that action at this time.
0 commit comments