Skip to content

Commit

Permalink
chore: update binary check job
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinRobert committed Nov 10, 2022
1 parent 3cb2d9f commit 9f9ffd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/mac_binary_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
sanity_check:
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- name: Determine Version
working-directory: client/
run: |
cat pyproject.toml | grep version -m 1 | awk '{ print "APP_VERSION="substr($3, 2, length($3) -2)}' >> $GITHUB_ENV
- name: Setup Docker and Gefyra
run: |
brew install docker
Expand Down

0 comments on commit 9f9ffd1

Please sign in to comment.