Skip to content

Commit

Permalink
added --cap-lints warn flag
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Mar 22, 2024
1 parent 61cf70e commit e3d5f70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/holochain-binaries-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
$env:HOLOCHAIN_VERSION = $(node -p -e "require('./config.json').holochainVersion")
$env:SODIUM_LIB_DIR="$(pwd)\vcpkg\packages\libsodium_x64-windows-release\lib"
cargo install holochain --git https://github.com/holochain/holochain --rev 1ddfd2d19c810305ed4d8b9b117c23e338700efe --locked
cargo install holochain --cap-lints warn --git https://github.com/holochain/holochain --rev 1ddfd2d19c810305ed4d8b9b117c23e338700efe --locked
$HcPath = Get-Command holochain | Select-Object -ExpandProperty Definition
Copy-Item $HcPath -Destination holochain-v$env:HOLOCHAIN_VERSION-x86_64-pc-windows-msvc.exe
Expand All @@ -72,7 +72,7 @@ jobs:
run: |
HOLOCHAIN_VERSION=$(node -p -e "require('./config.json').holochainVersion")
cargo install holochain --git https://github.com/holochain/holochain --rev 1ddfd2d19c810305ed4d8b9b117c23e338700efe --locked
cargo install holochain --cap-lints warn --git https://github.com/holochain/holochain --rev 1ddfd2d19c810305ed4d8b9b117c23e338700efe --locked
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-x86_64-apple-darwin
Expand All @@ -85,7 +85,7 @@ jobs:
run: |
HOLOCHAIN_VERSION=$(node -p -e "require('./config.json').holochainVersion")
cargo install holochain --git https://github.com/holochain/holochain --rev 1ddfd2d19c810305ed4d8b9b117c23e338700efe --locked
cargo install holochain --cap-lints warn --git https://github.com/holochain/holochain --rev 1ddfd2d19c810305ed4d8b9b117c23e338700efe --locked
HOLOCHAIN_PATH=$(which holochain)
cp $HOLOCHAIN_PATH holochain-v$HOLOCHAIN_VERSION-x86_64-unknown-linux-gnu
Expand Down

0 comments on commit e3d5f70

Please sign in to comment.