Skip to content

Commit

Permalink
[WFX-334] Manually build cbindgen to get latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Jul 27, 2022
1 parent cca8c31 commit 408b75a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: 💿 Setup rust
run: |
rustup target add x86_64-pc-windows-msvc
cargo install cbindgen
- name: ⏬ Setup win-cross
run: |
Expand Down Expand Up @@ -105,6 +106,7 @@ jobs:
- name: 💿 Build dependencies installation
run: |
rustup target add ${{ env.ARCH }}
cargo install cbindgen
sudo apt install nasm yasm
aria2c https://www.7-zip.org/a/7z2107-linux-x64.tar.xz
tar xf 7z2107-linux-x64.tar.xz
Expand Down Expand Up @@ -162,6 +164,7 @@ jobs:
- name: 💿 Build dependencies installation
run: |
rustup target add ${{ env.ARCH }}
cargo install cbindgen
aria2c https://www.7-zip.org/a/7z2107-linux-x64.tar.xz
tar xf 7z2107-linux-x64.tar.xz
sudo mv 7zz /usr/local/bin/7z
Expand Down Expand Up @@ -225,6 +228,7 @@ jobs:
aria2c https://www.7-zip.org/a/7z2107-linux-x64.tar.xz
tar xf 7z2107-linux-x64.tar.xz
sudo mv 7zz /usr/local/bin/7z
cargo install cbindgen
- name: 🏗 Build
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: 💿 Setup rust
run: |
rustup target add x86_64-pc-windows-msvc
cargo install cbindgen
- name: 💿 Setup jsign
run: |
Expand Down Expand Up @@ -305,6 +306,7 @@ jobs:
aria2c https://www.7-zip.org/a/7z2107-linux-x64.tar.xz
tar xf 7z2107-linux-x64.tar.xz
sudo mv 7zz /usr/local/bin/7z
cargo install cbindgen
- name: 🏗 Build
run: |
Expand Down

0 comments on commit 408b75a

Please sign in to comment.