mirror of
https://github.com/Drezil/dear-imgui.hs.git
synced 2025-07-20 03:33:15 +02:00
Update bound for ghc-9.6 (#174)
* Update bound for ghc-9.6 * Update ci action versions
This commit is contained in:
committed by
GitHub
parent
8697aa3a0a
commit
0cc654f190
8
.github/workflows/build.yaml
vendored
8
.github/workflows/build.yaml
vendored
@ -4,19 +4,19 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.4
|
||||
- uses: actions/checkout@v2.4.0
|
||||
with:
|
||||
persist-credentials: false
|
||||
submodules: true
|
||||
|
||||
- uses: cachix/install-nix-action@v16
|
||||
- uses: cachix/install-nix-action@v20
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
|
||||
- uses: cachix/cachix-action@v10
|
||||
- uses: cachix/cachix-action@v12
|
||||
with:
|
||||
name: hs-dear-imgui
|
||||
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
|
||||
|
||||
- run: nix-build --version
|
||||
- run: nix-build --version
|
||||
- run: nix-build -A hsPkgs.dear-imgui.components.exes
|
||||
|
Reference in New Issue
Block a user