Skip to content

Commit

Permalink
fixin
Browse files Browse the repository at this point in the history
  • Loading branch information
oomfiee committed Aug 30, 2024
1 parent 52116ed commit a821ead
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_iso.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: "Build ISO"

on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}-iso
cancel-in-progress: true

jobs:
ISO:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- uses: DeterminateSystems/flake-checker-action@main
#- uses: DeterminateSystems/flake-checker-action@main
- name: Run `nix build`
run: nix build .#rose
run: nix run github:DeterminateSystems/flake-checker --extra-experimental-features "nix-command flakes"

0 comments on commit a821ead

Please sign in to comment.