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 349a3a0 commit d4b0a71Copy full SHA for d4b0a71
.github/workflows/ci.yaml
@@ -33,7 +33,7 @@ jobs:
33
msg: ${{ matrix.os }}
34
separator: "/"
35
- run: sudo chown root /bin/tar && sudo chmod u+s /bin/tar
36
- if: steps.split.outputs._0 == "ubuntu"
+ if: ${{ steps.split.outputs._0 == "ubuntu" }}
37
- uses: actions/cache@v4
38
with:
39
path: /home/runner/.cache/image-create
0 commit comments