mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 07:51:43 +03:00
CI: yet another GH actions workaround (take 2)
This commit is contained in:
parent
3fdf325e10
commit
3348800fee
2
.github/workflows/harness.yml
vendored
2
.github/workflows/harness.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
||||
- name: Workaround permissions error
|
||||
# Uploading artifacts would work but then return failure with:
|
||||
# EACCES: permission denied, open '/__w/_temp/_runner_file_commands/set_output_xxx'
|
||||
run: sudo chmod a+wX /__w/_temp
|
||||
run: sudo chmod a+wX /__w/_temp/_runner_file_commands
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user