We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e777bed commit d34a57eCopy full SHA for d34a57e
.github/workflows/ci.yaml
@@ -32,7 +32,10 @@ jobs:
32
msg: ${{ matrix.os }}
33
separator: "/"
34
35
- - run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
+ - name: Fix caching
36
+ run: |
37
+ sudo chown root /bin/tar && sudo chmod u+s /bin/tar
38
+ mkdir -p ~/.cache
39
if: ${{ steps.split.outputs._0 == 'ubuntu' }}
40
41
- name: Set image filename env var
0 commit comments