diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 53b41ba..6e219e6 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -57,7 +57,7 @@ jobs: - name: Remove unneeded files and archive artefacts run: | rm -rf _tempGTK - cd SwiftGLib + cd gir2swift swift package clean rm -rf .build/repositories cd ..