Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Senichev <[email protected]>
  • Loading branch information
artemsen committed Jan 14, 2024
1 parent 3315568 commit f1a5ba1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,8 @@ jobs:

- name: Build
id: build
env:
BUILD_PATH: .build
run: |
echo "BUILD_PATH=.build" >> $GITHUB_ENV
meson -Dversion=${{ steps.version.outputs.VERSION }} --buildtype release --cross-file .github/workflows/mingw.txt ${{ env.BUILD_PATH }}
ninja -C ${{ env.BUILD_PATH }}
Expand Down

0 comments on commit f1a5ba1

Please sign in to comment.