Skip to content

Commit

Permalink
actions: nix cache for aarch64-linux after x86_64-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
akshettrj committed Jun 30, 2024
1 parent 3675fab commit ce1a58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cache_nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
nix build --accept-flake-config -L .#packages.x86_64-linux.watgbridge
aarch64-linux:
needs: [x86_64-linux]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ce1a58f

Please sign in to comment.