Skip to content

Commit

Permalink
ci: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Aug 21, 2024
1 parent f442231 commit de6b900
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release-draft-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -442,9 +442,7 @@ jobs:
run: cargo install --version 0.2.4 cross

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v2
with:
nix_version: latest
uses: DeterminateSystems/nix-installer-action@033f039e5c752cb1cbc6ac1dd2e59c4ca58adf00

- name: Build NIFs
run: |
Expand All @@ -456,7 +454,7 @@ jobs:
exit
fi
nix develop ./tools/nix#rust --command "cargo build --target ${{ matrix.job.target }} -p ockam_rust_elixir_nifs --release --no-default-features -F aws-lc"
nix develop ./tools/nix#rust --command cargo build --target ${{ matrix.job.target }} -p ockam_rust_elixir_nifs --release --no-default-features -F aws-lc
- name: List
run: |
Expand Down

0 comments on commit de6b900

Please sign in to comment.