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 8d8857c commit 34259a7Copy full SHA for 34259a7
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
10
id-token: write
11
contents: read
12
steps:
13
+ - name: Delete unnecessary tools folder
14
+ run: rm -rf /opt/hostedtoolcache
15
- name: Checkout repository
16
uses: actions/checkout@v4
17
- name: Install nix
0 commit comments