ci: disable IFD (#855)
Disable IFD in the CI to prevent regressions mentioned in commit
e72aa84da1 ("{vencord,vesktop}: revert attempt to support fonts
(#844)").
Link: https://github.com/danth/stylix/pull/855
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
parent
4af2686c1c
commit
d8289c3f0e
4 changed files with 27 additions and 2 deletions
3
.github/workflows/check.yml
vendored
3
.github/workflows/check.yml
vendored
|
|
@ -69,6 +69,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
with:
|
||||
extra-conf: |-
|
||||
allow-import-from-derivation = false
|
||||
|
||||
- run: |
|
||||
nix build --no-update-lock-file --print-build-logs \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue