Skip to content

Commit d22123a

Browse files
committed
wobble ci
1 parent 3ef806d commit d22123a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/auto-update.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
- uses: actions/checkout@v4
1313
with:
1414
submodules: 'recursive'
15-
- uses: Geertvdc/setup-hub@v1.0.0
15+
- name: Install hub
16+
run: sudo apt-get install -y hub
1617
- uses: cachix/install-nix-action@v23
1718
with:
1819
nix_path: nixpkgs=channel:nixos-unstable

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
with:
2121
name: vulkan-haskell
2222
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
23-
- uses: Geertvdc/setup-hub@v1.0.0
23+
- name: Install hub
24+
run: sudo apt-get install -y hub
2425
- uses: actions/checkout@v4
2526
with:
2627
submodules: 'recursive'

0 commit comments

Comments
 (0)