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 d8a0dfa commit 0ad470a
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,12 +100,12 @@ 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
key: boost-osx
- name: Create Boost Framework
# if: steps.cache-boost.outputs.cache-hit != 'true'
run : |
Expand Down Expand Up @@ -142,5 +142,5 @@ jobs:
with:
name: tinyphone.dmg
path: |
./tinyphone.dmg
./tinyphone-osx/tinyphone.dmg

0 comments on commit 0ad470a

Please sign in to comment.