Skip to content

Commit

Permalink
touch
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinafyi committed Sep 14, 2023
1 parent 2da3133 commit 4e142b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
pkg: [aslp, bap-aslp, basil, bap-uq-pac]
runs-on: ubuntu-latest
uses: ./github/workflows/upgrade.yml
uses: ./github/workflows/upgrade.yml@main
with:
pkg: ${{matrix.pkg}}
secrets: inherit
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: ./.github/workflows/setup.yml
- uses: ./.github/workflows/setup.yml@main
secrets: inherit
- run: nix-build ./update-shell.nix
- run: |
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
needs: check
steps:
- uses: ./.github/workflows/setup.yml
- uses: ./.github/workflows/setup.yml@main
secrets: inherit
- run: nix-build ./update-shell.nix
- run: |
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
needs: do-upgrade
steps:
- uses: ./.github/workflows/setup.yml
- uses: ./.github/workflows/setup.yml@main
secrets: inherit
- run: nix-build -A ${{inputs.pkg}}
- name: nix-build -A ${{inputs.pkg}}.tests -o result-tests
Expand Down

0 comments on commit 4e142b5

Please sign in to comment.