mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2024-11-22 16:57:00 +00:00
Fix CI (#118)
This commit is contained in:
parent
3087a99044
commit
2469623f2e
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -9,13 +9,14 @@ jobs:
|
|||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- uses: cachix/install-nix-action@v12
|
- uses: cachix/install-nix-action@v16
|
||||||
with:
|
with:
|
||||||
nix_path: nixpkgs=channel:nixos-unstable
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v8
|
- uses: cachix/cachix-action@v10
|
||||||
with:
|
with:
|
||||||
name: hs-dear-imgui
|
name: hs-dear-imgui
|
||||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||||
|
|
||||||
|
- run: nix-build --version
|
||||||
- run: nix-build -A hsPkgs.dear-imgui.components.exes
|
- run: nix-build -A hsPkgs.dear-imgui.components.exes
|
||||||
|
Loading…
Reference in New Issue
Block a user