File tree Expand file tree Collapse file tree 10 files changed +9
-3797
lines changed Expand file tree Collapse file tree 10 files changed +9
-3797
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : ${{ matrix.os }}
14
14
steps :
15
15
- uses : actions/checkout@v3
16
- - run : yarn install --frozen-lockfile
17
- - run : yarn build
18
16
- name : Install Nix
19
17
uses : ./
20
18
with :
@@ -24,16 +22,13 @@ jobs:
24
22
# cachix should be available and be able to configure a cache
25
23
- run : cachix use cachix
26
24
- run : nix-build test.nix
27
-
28
25
custom-nix-path :
29
26
strategy :
30
27
matrix :
31
28
os : [ubuntu-latest, macos-latest]
32
29
runs-on : ${{ matrix.os }}
33
30
steps :
34
31
- uses : actions/checkout@v3
35
- - run : yarn install --frozen-lockfile
36
- - run : yarn build
37
32
- name : Install Nix
38
33
uses : ./
39
34
with :
48
43
runs-on : ${{ matrix.os }}
49
44
steps :
50
45
- uses : actions/checkout@v3
51
- - run : yarn install --frozen-lockfile
52
- - run : yarn build
53
46
- name : Install Nix
54
47
uses : ./
55
48
with :
66
59
runs-on : ${{ matrix.os }}
67
60
steps :
68
61
- uses : actions/checkout@v3
69
- - run : yarn install --frozen-lockfile
70
- - run : yarn build
71
62
- name : Install Nix
72
63
uses : ./
73
64
with :
84
75
runs-on : ${{ matrix.os }}
85
76
steps :
86
77
- uses : actions/checkout@v3
87
- - run : yarn install --frozen-lockfile
88
- - run : yarn build
89
78
- name : Install Nix
90
79
uses : ./
91
80
with :
101
90
runs-on : ${{ matrix.os }}
102
91
steps :
103
92
- uses : actions/checkout@v3
104
- - run : yarn install --frozen-lockfile
105
- - run : yarn build
106
93
- name : Install Nix
107
94
uses : ./
108
95
with :
Original file line number Diff line number Diff line change @@ -14,5 +14,12 @@ branding:
14
14
color : ' blue'
15
15
icon : ' sun'
16
16
runs :
17
- using : ' node12'
18
- main : ' lib/main.js'
17
+ using : ' composite'
18
+ steps :
19
+ - run : ${{ github.action_path }}/install-nix.sh
20
+ shell : bash
21
+ env :
22
+ INPUT_INSTALL_URL : ${{ inputs.install_url }}
23
+ INPUT_INSTALL_OPTIONS : ${{ inputs.install_options }}
24
+ INPUT_NIX_PATH : ${{ inputs.nix_path }}
25
+ INPUT_EXTRA_NIX_CONFIG : ${{ inputs.extra_nix_config }}
File renamed without changes.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments