mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 14:20:44 -06:00
flake-lock already exists
This commit is contained in:
parent
82fa56ebcf
commit
6706c562aa
1 changed files with 2 additions and 9 deletions
11
.github/workflows/nightly.yml
vendored
11
.github/workflows/nightly.yml
vendored
|
@ -64,20 +64,13 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: git checkout -B flake-lock
|
|
||||||
|
|
||||||
# - name: Setup Git Bot
|
|
||||||
# run: |
|
|
||||||
# git --version
|
|
||||||
# git config user.name 'github-actions[bot]'
|
|
||||||
# git config user.email 'github-actions[bot]@users.noreply.github.com'
|
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action@v12
|
- uses: DeterminateSystems/nix-installer-action@v12
|
||||||
with:
|
with:
|
||||||
extra-conf: |
|
extra-conf: |
|
||||||
accept-flake-config = true
|
accept-flake-config = true
|
||||||
|
|
||||||
# - uses: DeterminateSystems/magic-nix-cache-action@v7
|
- uses: DeterminateSystems/magic-nix-cache-action@v7
|
||||||
|
|
||||||
- uses: ./.github/actions/clean-disk
|
- uses: ./.github/actions/clean-disk
|
||||||
with:
|
with:
|
||||||
|
@ -96,7 +89,7 @@ jobs:
|
||||||
--print-build-logs \
|
--print-build-logs \
|
||||||
--out-link current
|
--out-link current
|
||||||
|
|
||||||
- run: git checkout -B flake-lock
|
- run: git checkout flake-lock
|
||||||
|
|
||||||
- name: Build Updated
|
- name: Build Updated
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue