Skip to content

Commit

Permalink
Don't run nix flake check
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcgibbo committed Jun 7, 2021
1 parent 4c72de7 commit 969da48
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,12 @@ jobs:
install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve'
extra_nix_config: |
experimental-features = nix-command flakes
- run: |
DEBIAN_FRONTEND=noninteractive
sudo apt-get update -q -y && sudo apt-get install -q -y qemu-system-aarch64 qemu-efi binfmt-support qemu-user-static
# Build
- name: Build
run: |
nix build .#nixbot-frontend -L --show-trace
nix build .#nixbot-backend -L --show-trace
nix flake check --show-trace
# aarch64:
Expand Down

0 comments on commit 969da48

Please sign in to comment.