We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9610d46 + a96d741 commit 952a011Copy full SHA for 952a011
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v3
17
- - uses: cachix/install-nix-action@v19
+ - uses: cachix/install-nix-action@v20
18
- run: nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --pure -p gox -p go --run "gox -osarch '!darwin/386' ."
19
tests:
20
strategy:
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ matrix.os }}
27
28
29
30
with:
31
nix_path: "${{ matrix.nixPath }}"
32
- name: Build nix packages
0 commit comments