summaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2024-01-26 05:45:59 -0500
committerseth <[email protected]>2024-01-26 06:04:21 -0500
commitef5b24fe66ea39607abfc1a43f5cc25471596052 (patch)
tree400394aac5b87e64445ef3710ade7ac4650d5897 /.github/workflows/ci.yaml
parent90c83b4694150bdcfe4fcac1c55fcfdef17c3612 (diff)
actions: don't use nixos/nix container
Diffstat (limited to '.github/workflows/ci.yaml')
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 6d530a9..be0ae47 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -10,7 +10,6 @@ jobs:
test-module:
name: Test module
runs-on: ubuntu-latest
- container: nixos/nix:sha256:b8ea88f763f33dfda2317b55eeda3b1a4006692ee29e60ee54ccf6d07348c598 # 2.19.3
permissions:
contents: read
@@ -19,6 +18,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - name: Install Nix
+ uses: DeterminateSystems/nix-installer-action@cd46bde16ab981b0a7b2dce0574509104543276e # v9
+
- name: Run test script
run: |
set -eux