Update .github/workflows/build.yaml

Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
This commit is contained in:
Graham Christensen 2023-05-22 16:08:40 -04:00 committed by GitHub
parent 2b56c6586c
commit d6bf578707
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,6 @@ jobs:
- uses: DeterminateSystems/nix-installer-action-cache@main - uses: DeterminateSystems/nix-installer-action-cache@main
- name: Print the arch-os
run: "echo $RUNNER_ARCH-$RUNNER_OS"
- name: Build package - name: Build package
run: "nix build .# -L" run: "nix build .# -L"