File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 52
52
- run : yarn build
53
53
- name : Install Nix
54
54
uses : ./
55
- with :
55
+ with :
56
56
nix_path : nixpkgs=channel:nixos-20.03
57
57
extra_nix_config : |
58
58
sandbox = relaxed
88
88
- run : yarn build
89
89
- name : Install Nix
90
90
uses : ./
91
- with :
91
+ with :
92
92
nix_path : nixpkgs=channel:nixos-21.05
93
93
install_url : https://nixos-nix-install-tests.cachix.org/serve/i6laym9jw3wg9mw6ncyrk6gjx4l34vvx/install
94
94
install_options : ' --tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
97
97
oldest-supported-installer :
98
98
strategy :
99
99
matrix :
100
- os : [ubuntu-latest, macos-10.15 ]
100
+ os : [ubuntu-latest, macos-latest ]
101
101
runs-on : ${{ matrix.os }}
102
102
steps :
103
103
- uses : actions/checkout@v3
@@ -107,10 +107,10 @@ jobs:
107
107
uses : ./
108
108
with :
109
109
nix_path : nixpkgs=channel:nixos-21.05
110
- install_url : https://releases.nixos.org/nix/nix-2.3.5 /install
110
+ install_url : https://releases.nixos.org/nix/nix-2.3.8 /install
111
111
- run : nix-build test.nix
112
112
113
- act-support :
113
+ act-support :
114
114
strategy :
115
115
matrix :
116
116
os : [ubuntu-latest]
@@ -122,4 +122,4 @@ jobs:
122
122
go-version : ' ^1.16'
123
123
- run : go install github.com/nektos/act@latest
124
124
- run : docker pull ghcr.io/catthehacker/ubuntu:js-20.04
125
- - run : ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
125
+ - run : ~/go/bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
You can’t perform that action at this time.
0 commit comments