Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster committed Mar 18, 2022
1 parent bc736f1 commit d8a0dfa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,14 +100,14 @@ jobs:
wget https://gist.githubusercontent.com/kingster/1954ead3c38a40cac88c5c1311bb39c5/raw/343da2c7a2a52ee5a1c03902cc5e44ed83b1dd5d/cryptopp.rb
brew install --build-from-source -f cryptopp.rb
npm install -g appdmg
- name: Restore Boost Framework
uses: actions/cache@v2
id: cache-boost
with:
path: vendor/boost/dist
key: boost-osx
# - name: Restore Boost Framework
# uses: actions/cache@v2
# id: cache-boost
# with:
# path: vendor/boost/dist
# key: boost-osx
- name: Create Boost Framework
if: steps.cache-boost.outputs.cache-hit != 'true'
# if: steps.cache-boost.outputs.cache-hit != 'true'
run : |
#xcode needs to be proper at this point
xcode-select --print-path
Expand Down

0 comments on commit d8a0dfa

Please sign in to comment.