Skip to content

Commit

Permalink
wobble ci
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Oct 17, 2023
1 parent 3ef806d commit d22123a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- uses: Geertvdc/[email protected]
- name: Install hub
run: sudo apt-get install -y hub
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-unstable
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
with:
name: vulkan-haskell
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- uses: Geertvdc/[email protected]
- name: Install hub
run: sudo apt-get install -y hub
- uses: actions/checkout@v4
with:
submodules: 'recursive'
Expand Down

0 comments on commit d22123a

Please sign in to comment.