mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix wrong path for delete of temporary package files
This commit is contained in:
parent
bb5b2bf595
commit
d7ccea0923
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
- name: Remove packages/_CPack_Packages
|
||||
shell: bash
|
||||
run: |
|
||||
rm -rf packages/_CPack_Packages
|
||||
rm -rf cmakebuild/packages/_CPack_Packages
|
||||
- name: dir
|
||||
run: find ${{ runner.workspace }}
|
||||
if: "!contains( matrix.os, 'windows')"
|
||||
|
Loading…
Reference in New Issue
Block a user