Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries committed Aug 5, 2024
1 parent c083f07 commit 39b825e
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,7 @@ jobs:
uses: olivernybroe/action-conflict-finder@v1.1

- name: Install Nix
run: |
curl -L https://nixos.org/nix/install | sh
. $HOME/.nix-profile/etc/profile.d/nix.sh
echo ". $HOME/.nix-profile/etc/profile.d/nix.sh" >> $GITHUB_ENV
- name: Verify Nix installation
run: nix --version
uses: cachix/install-nix-action@v27

- name: Install libsecp256k1
run: |
Expand Down

0 comments on commit 39b825e

Please sign in to comment.