Skip to content

Commit

Permalink
Make Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Aug 20, 2023
1 parent 636bc3a commit de98acf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
path: upstream-berkeleydb-install
key: ${{ runner.os }}-berkeleydb

- name: Make Paths
run: |
mkdir -p ${{ env.berkeleydb-source }}
mkdir -p ${{ env.berkeleydb-install }}
- name: Build BDB
if: steps.cache-berkeleydb.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit de98acf

Please sign in to comment.