ci: fix devcontainers build step

This commit is contained in:
Gabriel Arazas 2024-10-30 19:33:14 +08:00
parent 97875f1b84
commit 2858362c36
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -16,7 +16,7 @@ jobs:
keep-going = true
- name: Build
run: |
nix build -f ./pkgs --impure --print-out-paths --no-link > build_paths
nix build -f ./devcontainers --impure --print-out-paths --no-link > build_paths
env:
NIXPKGS_ALLOW_UNFREE: "1"
- name: Deploy devcontainers to GitHub registry