Skip to content

Commit

Permalink
Options workaround for old Meson versions
Browse files Browse the repository at this point in the history
  • Loading branch information
airtower-luna committed Apr 7, 2024
1 parent 709ed50 commit 4cef22f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/build-action/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ runs:
shell: bash
run: |
echo "test_ips=$(python3 test/check_test_ips.py -H localhost)" >> ${GITHUB_ENV}
- name: 'workaround for Meson versions < 1.1'
shell: bash
run: ln -s meson.options meson_options.txt
- name: meson setup
shell: bash
run: meson setup -Dtest-ips="${TEST_IPS}" ${{ inputs.configure-options }} build
Expand Down

0 comments on commit 4cef22f

Please sign in to comment.