We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e3ea4 commit 5e9c736Copy full SHA for 5e9c736
.github/workflows/ci.yml
@@ -126,6 +126,12 @@ jobs:
126
project_id: lowrisc-cloud-compute
127
workload_identity_provider: projects/281751345158/locations/global/workloadIdentityPools/github-actions/providers/github-actions
128
- uses: google-github-actions/setup-gcloud@v2
129
+
130
+ # This step is a workaround and should be removed when the container is fixed.
131
+ - name: Uninstall Nix
132
+ run: |
133
+ sudo rm -rf /etc/nix /etc/profile.d/nix.sh /etc/tmpfiles.d/nix-daemon.conf \
134
+ /nix ~root/.nix-channels ~root/.nix-defexpr ~root/.nix-profile ~root/.cache/nix
135
136
- name: Install Nix
137
uses: cachix/install-nix-action@v27
0 commit comments