Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak committed Aug 9, 2024
1 parent 357a3bc commit e7c3497
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ow-libc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: OW LIBC build
runs-on: ${{ matrix.runner }}
env:
TOPDIR: $GITHUB_WORKSPACE
TOPDIR: ${GITHUB_WORKSPACE}
strategy:
matrix:
include:
Expand All @@ -39,7 +39,7 @@ jobs:
make -f watcom.mk clean
make -f watcom.mk
- name: build smples
working-directory: ${env:GITHUB_WORKSPACE}/elkscmd/basic
working-directory: elkscmd/basic
run: |
${env:GITHUB_WORKSPACE}/elks/tools/objtools/ewcc basic.c
${env:GITHUB_WORKSPACE}/elks/tools/objtools/ewcc host.c
Expand Down

0 comments on commit e7c3497

Please sign in to comment.