Skip to content

Commit

Permalink
[GHA] maybe fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Weidauer committed Dec 18, 2024
1 parent 096b373 commit 898ad4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
SRC_PATH: ${{ github.workspace }}/src
BUILD_PATH: ${{ github.workspace }}/builddir
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
- name: install dependencies for Linux
Expand All @@ -44,7 +44,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 898ad4e

Please sign in to comment.