Skip to content

Commit

Permalink
Fix maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrg committed Jan 17, 2025
1 parent bf37e08 commit d64ff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ jobs:
ROOT: ${{github.workspace}}
working-directory: kermit/p95
run: |
if "${{matrix.os.id}}" == "os2" set ibm20dir_override=${{github.workspace}}\toolkit\os2tk45
if "${{matrix.os.id}}" == "os2" set ibm20dir_override=${{github.workspace}}\tools\os2tk45
REM Build for Windows NT 3.50 (and, someday, NT 3.1)
if "${{matrix.os.id}}" == "nt-legacy" set CKT_NT31=yes
Expand Down

0 comments on commit d64ff48

Please sign in to comment.