NixOS-based container for running GitHub actions
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

test building with runner on gh

+3 -4
+3 -4
.github/workflows/build2.yaml
··· 13 13 cancel-in-progress: true 14 14 15 15 jobs: 16 - build: 16 + build2: 17 17 runs-on: ubuntu-latest 18 18 container: ghcr.io/jcollie/nixos-runner:latest 19 19 permissions: ··· 28 28 29 29 - name: test 30 30 run: | 31 + set 31 32 echo $HOME 32 33 ls -la $HOME 33 - echo ${{ github.workspace }} 34 - ls -la ${{ github.workspace }} 35 34 36 35 - name: Configure safe directories 37 36 run: | 38 - git config --global safe.directory=${{ github.workspace }} 37 + git config --global safe.directory=* 39 38 40 39 - name: Reuse Lint 41 40 run: |