Skip to content

Commit

Permalink
Build elks/tools before running OpenWatcom CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Aug 18, 2024
1 parent 42a3edd commit 4a3796c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ow-libc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
uses: open-watcom/setup-watcom@v0
with:
version: "2.0-64"
- name: Build ELKS tools
working-directory: elks/tools
run: |
make
- name: LIBC build on ${{ matrix.runner }}-${{ matrix.arch }}
working-directory: libc
run: |
Expand Down

0 comments on commit 4a3796c

Please sign in to comment.