We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ef806d commit d22123aCopy full SHA for d22123a
.github/workflows/auto-update.yml
@@ -12,7 +12,8 @@ jobs:
12
- uses: actions/checkout@v4
13
with:
14
submodules: 'recursive'
15
- - uses: Geertvdc/setup-hub@v1.0.0
+ - name: Install hub
16
+ run: sudo apt-get install -y hub
17
- uses: cachix/install-nix-action@v23
18
19
nix_path: nixpkgs=channel:nixos-unstable
.github/workflows/release.yml
@@ -20,7 +20,8 @@ jobs:
20
21
name: vulkan-haskell
22
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
23
24
25
26
27
0 commit comments