Take advantage of the 'xbuild' command (requires XTChain 2.8.5)

This commit is contained in:
2023-11-14 15:01:51 +01:00
parent fc85e0674b
commit e664b953a0
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Build ExectOS
run: |
echo "charch ${{ matrix.arch }} && ./configure.sh && cd build-${{ matrix.arch }}-xtchain && ninja -v && ninja diskimg -v" > build.cmds
echo "charch ${{ matrix.arch }} && ./configure.sh && cd build-${{ matrix.arch }}-xtchain && xbuild -v && xbuild diskimg -v" > build.cmds
xtchain < build.cmds
- name: Publish binaries
if: ${{ github.ref == 'refs/heads/master' }}