1
0
Fork 0

fix(ci): force the master branch during checkout
All checks were successful
Update Flake / update-flake (push) Successful in 3m20s
Build / build-amd64-linux (push) Successful in 14m46s
Build / build-arm64-linux (push) Successful in 1h22m14s

This commit is contained in:
Daniel Kempkens 2023-12-18 20:59:02 +01:00
parent e5a7e200bc
commit 625c225576
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -13,6 +13,8 @@ jobs:
runs-on: nix-amd64
steps:
- uses: actions/checkout@v4
with:
ref: master
- name: Cache Login
run: |
echo "Logging in ..."
@ -37,6 +39,8 @@ jobs:
runs-on: nix-arm64
steps:
- uses: actions/checkout@v4
with:
ref: master
- name: Cache Login
run: |
echo "Logging in ..."