Skip to content

Commit

Permalink
chore: upgrade to latest rust/gns
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Apr 2, 2024
1 parent 8daa356 commit 2e66723
Show file tree
Hide file tree
Showing 9 changed files with 205 additions and 190 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build
Expand All @@ -20,13 +20,13 @@ jobs:
runs-on: windows-latest
steps:
- name: Setup | Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: 'true'
- name: Build
run: |
choco install openssl
choco install protoc
git clone --depth 1 --branch v3.20.1 https://github.com/protocolbuffers/protobuf
git clone --depth 1 --branch 24.x https://github.com/protocolbuffers/protobuf
$Env:CPLUS_INCLUDE_PATH = "C:\Program Files\OpenSSL-Win64\include\;$((Get-Location).Path)\protobuf\src"
cargo build -p gns -vvv
Loading

0 comments on commit 2e66723

Please sign in to comment.