Skip to content

Commit c1398df

Browse files
committed
fix: update retour to new alpha version
1 parent 8bb933e commit c1398df

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313

1414
jobs:
1515
update_version:
16+
if: ${{ github.repository_owner == 'WaspScripts' }}
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: Checkout repository
@@ -46,7 +47,7 @@ jobs:
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
@@ -70,14 +71,6 @@ jobs:
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
libc = "0.2"
13-
retour = "0.3.1"
13+
retour = "=0.4.0-alpha.4"
1414
gl = "0.14"
1515
windows = { version = "0.62", features = [
1616
"Win32_Security",

0 commit comments

Comments
 (0)