Skip to content

ci: add workflow to build packages in this repository #1

ci: add workflow to build packages in this repository

ci: add workflow to build packages in this repository #1

Workflow file for this run

steps:
- uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v17
with:

Check failure on line 5 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
# Note: this would only work if Cargo is included in the Nix shell
- name: build
run: |
nix-build ./web/default.nix
nix-build ./display/nix/default.nix
nix-build ./display/nix/musl.nix