fix: add nasm
to x86_64-linux
build deps
#49
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
pull_request: | |
jobs: | |
check: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: DeterminateSystems/magic-nix-cache-action@main | |
- name: Install Nix | |
uses: DeterminateSystems/nix-installer-action@v3 | |
- name: Build default package | |
run: nix build |