Skip to content

Commit

Permalink
Use Pijul's lockfile for correct Rust dep versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
IslandUsurper committed Dec 27, 2022
1 parent 3ef3756 commit 5301faf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Expand Up @@ -214,7 +214,7 @@ jobs:

- name: Setup | Pijul deps (macos)
if: matrix.os == 'macOS-latest'
run: brew install make libsodium pkg-config xxhash zstd
run: brew install llvm libsodium openssl xxhash zstd

- name: Install vcpkg deps
if: matrix.os == 'windows-latest'
Expand All @@ -232,12 +232,12 @@ jobs:
export VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT
export LIB=$VCPKG_ROOT/installed/x64-windows-static-md/lib
export OPENSSL_DIR=$VCPKG_ROOT/installed/x64-windows-static-md
cargo install pijul --version "~1.0.0-beta"
cargo install pijul --version "~1.0.0-beta" --locked
- name: Setup | Pijul
if: matrix.os == 'macOS-latest' || matrix.os == 'ubuntu-latest'
run: cargo install pijul --version "~1.0.0-beta"
run: cargo install pijul --version "~1.0.0-beta" --locked

# Run the ignored tests that expect the above setup
- name: Build | Test
Expand Down

0 comments on commit 5301faf

Please sign in to comment.