Skip to content

Commit

Permalink
Fix wokflow
Browse files Browse the repository at this point in the history
  • Loading branch information
embhorn committed Jul 25, 2024
1 parent e19fd88 commit f0a9534
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/macos-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,26 @@ jobs:
working-directory: ./wolfssl
run: make install

- name: Upload built lib
uses: actions/upload-artifact@v3
with:
name: wolf-install-wolfMQTT
path: build-dir
retention-days: 1

- uses: actions/checkout@master
- name: autogen
run: ./autogen.sh

- name: Download lib
uses: actions/download-artifact@v3
with:
name: wolf-install-wolfMQTT
path: build-dir
- name: Check wolfSSL install dir
run: ls $GITHUB_WORKSPACE/build-dir

- name: autogen
run: ./autogen.sh

- name: configure
run: ./configure --with-libwolfssl-prefix=$GITHUB_WORKSPACE/build-dir
- name: make
Expand Down

0 comments on commit f0a9534

Please sign in to comment.