Skip to content

Commit

Permalink
actions: add nix build check
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralP committed Oct 21, 2023
1 parent f9aaddf commit 094e0eb
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,20 @@ jobs:
classicube_cef_linux_${{ matrix.config.arch }}.so
cef-linux-${{ matrix.config.arch }}
linux_nix:
name: Nix Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v22
- run: nix build --print-build-logs .
- uses: actions/upload-artifact@v3
with:
name: nix result
path: |
result/cef/cef
result/plugins/
linux_arm:
name: Build Linux ${{ matrix.config.arch }}
runs-on: ubuntu-latest
Expand Down

0 comments on commit 094e0eb

Please sign in to comment.