.gitea/workflows/build-and-test: disable nix sandbox
Build and test / build-shared-library (push) Failing after 1m42s
Build and test / test (push) Failing after 1m41s
Build and test / build-static-library (push) Failing after 3m48s

This commit is contained in:
2026-05-07 00:04:03 +09:00
parent 26f30de32e
commit 5298346b0e
+9
View File
@@ -14,6 +14,9 @@ jobs:
- name: Install nix
uses: https://github.com/cachix/install-nix-action@v31
with:
extra_nix_config: |
sandbox = false
- name: Build
run: nix build .#tamerye-shared-lib -L
@@ -36,6 +39,9 @@ jobs:
- name: Install nix
uses: https://github.com/cachix/install-nix-action@v31
with:
extra_nix_config: |
sandbox = false
- name: Build
run: nix build .#tamerye-static-lib -L
@@ -58,6 +64,9 @@ jobs:
- name: Install nix
uses: https://github.com/cachix/install-nix-action@v31
with:
extra_nix_config: |
sandbox = false
- name: Build
run: nix build .#tamerye-tests -L