ci: add environment for update dry builds

This commit is contained in:
Gabriel Arazas 2023-07-23 10:32:45 +08:00
parent 76c9589de8
commit b274eba447
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -6,6 +6,9 @@ on:
jobs:
update:
runs-on: ubuntu-latest
env:
NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1"
permissions:
contents: write
steps: