Skip to content

Commit

Permalink
Build uuid before fontconfig as fontconfig wants to link to uuid
Browse files Browse the repository at this point in the history
  • Loading branch information
kintel committed Nov 10, 2021
1 parent dedccd5 commit 039ac73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.OPENSCAD_LIBRARIES }}
key: ${{ runner.os }}-libraries-${{ hashFiles('./scripts/macosx-build-dependencies.sh', '.github/workflows/macos-release.yml') }}
restore-keys: ${{ runner.os }}-libraries-
key: ${{ runner.os }}-libraries2-${{ hashFiles('./scripts/macosx-build-dependencies.sh', '.github/workflows/macos-release.yml') }}
restore-keys: ${{ runner.os }}-libraries2-
- name: Build Dependencies
run: |
export PKG_CONFIG_PATH="$OPENSCAD_LIBRARIES/lib/pkgconfig"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/macos-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.OPENSCAD_LIBRARIES }}
key: ${{ runner.os }}-libraries-${{ hashFiles('./scripts/macosx-build-dependencies.sh', '.github/workflows/macos-release.yml') }}
restore-keys: ${{ runner.os }}-libraries-
key: ${{ runner.os }}-libraries2-${{ hashFiles('./scripts/macosx-build-dependencies.sh', '.github/workflows/macos-release.yml') }}
restore-keys: ${{ runner.os }}-libraries2-
- name: Build Dependencies
run: |
export PKG_CONFIG_PATH="$OPENSCAD_LIBRARIES/lib/pkgconfig"
Expand Down

0 comments on commit 039ac73

Please sign in to comment.