From e019fccbd29df796888c45ed3d51fe2a48509bd2 Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 23 Apr 2023 20:10:06 -0600 Subject: [PATCH] try container --- .gitea/workflows/check-flake.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 0a1bfad..664683b 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -8,6 +8,7 @@ env: jobs: check-flake: runs-on: ubuntu-latest + container: ubuntu:latest steps: - name: Install sudo run: apt-get update && apt-get install sudo @@ -24,4 +25,4 @@ jobs: run: printenv | cut -d'=' -f1 - name: Check Flake - run: env -u GITHUB_TOKEN -u GITHUB_ENV -u GITHUB_SERVER_URL nix flake check --show-trace \ No newline at end of file + run: nix flake check --show-trace \ No newline at end of file