Skip to content

Commit 2469623

Browse files
authored
Fix CI (#118)
1 parent 3087a99 commit 2469623

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,14 @@ jobs:
99
persist-credentials: false
1010
submodules: true
1111

12-
- uses: cachix/install-nix-action@v12
12+
- uses: cachix/install-nix-action@v16
1313
with:
1414
nix_path: nixpkgs=channel:nixos-unstable
1515

16-
- uses: cachix/cachix-action@v8
16+
- uses: cachix/cachix-action@v10
1717
with:
1818
name: hs-dear-imgui
1919
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
2020

21+
- run: nix-build --version
2122
- run: nix-build -A hsPkgs.dear-imgui.components.exes

0 commit comments

Comments
 (0)