git.fiddlerwoaroof.com
Browse code

Update blank.yml

Ed Langley authored on 27/03/2022 17:16:29
Showing 1 changed files
... ...
@@ -19,13 +19,15 @@ jobs:
19 19
   build:
20 20
     # The type of runner that the job will run on
21 21
     runs-on: ubuntu-latest
22
-    container:
23
-      image: nixos/nix:latest
24 22
 
25 23
     # Steps represent a sequence of tasks that will be executed as part of the job
26 24
     steps:
27 25
       # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
28 26
       - uses: actions/checkout@v2
27
+      - uses: cachix/install-nix-action@v15
28
+        with:
29
+          extra_nix_config: |
30
+            access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
29 31
 
30 32
       # Runs a set of commands using the runners shell
31 33
       - name: Run a multi-line script