Skip to content

Commit

Permalink
update action script
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Dec 15, 2023
1 parent 5754fd9 commit 8589660
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: install openwatcom-1.9
- name: install open-watcom-v2
run: curl "https://cdn.dos.zone/custom/ow2.zip" -o ow2.zip && mkdir -p $HOME/sdk && unzip ow2.zip -d $HOME/sdk/ow2
- name: fix env
run: sed -i "s|/home/caiiiycuk/|$HOME|g" $HOME/sdk/ow2/owsetenv.sh
- name: build.sh
run: cd bin && ./build.sh
- uses: actions/[email protected]
Expand Down

0 comments on commit 8589660

Please sign in to comment.