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 a2001f2 commit 05c2d3cCopy full SHA for 05c2d3c
.github/workflows/ci.yml
@@ -119,6 +119,11 @@ jobs:
119
project_id: lowrisc-cloud-compute
120
workload_identity_provider: projects/281751345158/locations/global/workloadIdentityPools/github-actions/providers/github-actions
121
- uses: google-github-actions/setup-gcloud@v2
122
+
123
+ - name: Unistall Nix
124
+ run: |
125
+ sudo rm -rf /etc/nix /etc/profile.d/nix.sh /etc/tmpfiles.d/nix-daemon.conf \
126
+ /nix ~root/.nix-channels ~root/.nix-defexpr ~root/.nix-profile ~root/.cache/nix
127
128
- name: Install Nix
129
uses: cachix/install-nix-action@v27
0 commit comments