Try to allow cross build
Some checks failed
Check Flake / check-flake (push) Failing after 2m5s

This commit is contained in:
Zuckerberg 2023-04-29 14:36:27 -06:00
parent feb006a99d
commit 4c4ee017e0

View File

@ -14,14 +14,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install basic dependencies - name: Install basic dependencies
run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils qemu-system-x86-64 qemu-efi binfmt-support qemu-user-static run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils
- name: Install Nix - name: Install Nix
uses: https://github.com/cachix/install-nix-action@v20 uses: https://github.com/cachix/install-nix-action@v20
with: with:
github_access_token: ${{ secrets.__GITHUB_TOKEN }} github_access_token: ${{ secrets.__GITHUB_TOKEN }}
extra_nix_config: |
system-features = nixos-test benchmark big-parallel kvm
- name: Checkout the repository - name: Checkout the repository
uses: actions/checkout@v3 uses: actions/checkout@v3