add support for viewing cached whatsapp messages while offline #363
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: macOS | |
on: | |
pull_request: | |
push: | |
branches: | |
- master | |
- main | |
- dev/* | |
jobs: | |
mac-build: | |
runs-on: macos-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v1 | |
- name: Build macOS | |
run: ./make.sh all -y |