Skip to content

Commit

Permalink
Fix GitHub actions (#20)
Browse files Browse the repository at this point in the history
* [GHA] maybe fixed build

* [GHA] next try

---------

Co-authored-by: Max Weidauer <[email protected]>
  • Loading branch information
themaxw and Max Weidauer authored Dec 18, 2024
1 parent 096b373 commit 818179a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
SRC_PATH: ${{ github.workspace }}/src
BUILD_PATH: ${{ github.workspace }}/builddir
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
- name: install dependencies for Linux
Expand All @@ -44,7 +46,7 @@ jobs:
- name: build on Linux / macOS
if: runner.os == 'macOS'
env:
DEVELOPER_DIR: '/Applications/Xcode_11.7.app/Contents/Developer' # specify XCode version on macOS
DEVELOPER_DIR: "/Applications/Xcode_11.7.app/Contents/Developer" # specify XCode version on macOS
run: |
meson --buildtype release $BUILD_PATH
cd $BUILD_PATH
Expand Down

0 comments on commit 818179a

Please sign in to comment.