mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Apply matrix strategy
This commit is contained in:
parent
e8f36a90cd
commit
d49867b627
1 changed files with 7 additions and 1 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -215,9 +215,15 @@ jobs:
|
||||||
install-with-non-default-inputs:
|
install-with-non-default-inputs:
|
||||||
name: Install Nix using non-default Action inputs
|
name: Install Nix using non-default Action inputs
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
version:
|
||||||
|
- "0.17.0"
|
||||||
|
- "0.18.0"
|
||||||
|
- "0.19.0"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
with:
|
with:
|
||||||
source-url: https://github.com/DeterminateSystems/nix-installer/releases/download/v0.19.0/nix-installer-x86_64-linux
|
source-url: https://github.com/DeterminateSystems/nix-installer/releases/download/v${{ matrix.version }}/nix-installer-x86_64-linux
|
||||||
- run: nix --version
|
- run: nix --version
|
||||||
|
|
Loading…
Reference in a new issue