Skip to content

Commit

Permalink
Set the right BOCHS_REV (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Dec 30, 2023
1 parent deb7673 commit 715cd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: powershell
run: |
mkdir -p artifact/lib
bash -c 'sh prep.sh; cd Bochs/bochs; sh .conf.cpu-msvc;'
bash -c 'BOCHS_REV=$(cat BOCHS_REV) sh prep.sh; cd Bochs/bochs; sh .conf.cpu-msvc;'
cd Bochs/bochs
Start-Process nmake -ErrorAction SilentlyContinue -PassThru -Wait
cp -Verbose cpu/libcpu.a ../../artifact/lib/cpu.lib
Expand All @@ -65,7 +65,7 @@ jobs:
shell: bash
run: |
mkdir -p artifact/lib
sh prep.sh
BOCHS_REV=$(cat BOCHS_REV) sh prep.sh
cd Bochs/bochs
sh .conf.cpu
make -j ${{ env.NB_CPU }} || true
Expand Down

0 comments on commit 715cd65

Please sign in to comment.