From 68b07e007f8ca0035ffa5fd00d2038b4c8ea3a3d Mon Sep 17 00:00:00 2001 From: pompydev Date: Sun, 1 Jun 2025 07:24:21 +0900 Subject: [PATCH] ci: fix failing tests --- .github/workflows/test.yml | 5 +++-- .vscode/settings.json | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e918742..cbe51a6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,12 +10,13 @@ jobs: name: Test runs-on: ubuntu-latest permissions: - # permissions required for nix caching to work properly id-token: write contents: read steps: - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main + - uses: DeterminateSystems/determinate-nix-action@v3 + - uses: DeterminateSystems/flakehub-cache-action@main + - uses: DeterminateSystems/flake-checker-action@main - name: Install devenv.sh run: nix profile install nixpkgs#devenv - name: Cache turbo build diff --git a/.vscode/settings.json b/.vscode/settings.json index e0f6193..187d33f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,6 +22,7 @@ "microflash", "nixd", "nixfmt", + "nixos", "nixpkgs", "nojs", "noopener",