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 6234009Copy full SHA for 6234009
.github/workflows/ci.yml
@@ -126,6 +126,11 @@ 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
+ - name: Unistall Nix
131
+ run: |
132
+ sudo rm -rf /etc/nix /etc/profile.d/nix.sh /etc/tmpfiles.d/nix-daemon.conf \
133
+ /nix ~root/.nix-channels ~root/.nix-defexpr ~root/.nix-profile ~root/.cache/nix
134
135
- name: Install Nix
136
uses: cachix/install-nix-action@v27
0 commit comments