Skip to content

Commit

Permalink
Update euphoria.yml
Browse files Browse the repository at this point in the history
Add WITH_EUBIN=1 to build.mak
  • Loading branch information
ghaberek authored Nov 8, 2024
1 parent e52c91b commit eee564d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/euphoria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Build Euphoria
id: build-euphoria
run: |
make -f build.mak -j$(nproc) PLATFORM=${{matrix.platform}} USE_CCACHE=1 WITH_CREOLE=1 WITH_EUDOC=1
make -f build.mak -j$(nproc) PLATFORM=${{matrix.platform}} USE_CCACHE=1 WITH_CREOLE=1 WITH_EUDOC=1 WITH_EUBIN=1
echo "euphoria-version=$(./build/echoversion)" >> $GITHUB_ENV
- name: Get Short Hash
Expand Down

0 comments on commit eee564d

Please sign in to comment.