1
0
Fork 0

chore(ci): run on "native" nix runner

This commit is contained in:
Daniel Kempkens 2023-12-08 20:26:48 +01:00
parent bd2ec71e11
commit b7bb222932
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -6,7 +6,7 @@ on:
jobs: jobs:
update-flake: update-flake:
runs-on: ubuntu-latest-amd64 runs-on: nix-amd64
permissions: permissions:
contents: write contents: write
@ -15,12 +15,6 @@ jobs:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
ref: master ref: master
- name: Install Nix
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
with:
init: none
planner: linux
github-token: null
- run: nix flake update - run: nix flake update
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5 - uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with: with: