Skip to content

Commit

Permalink
better?
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k committed Dec 30, 2023
1 parent 16aa04d commit 02f1a4c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ jobs:
Start-Process nmake -ErrorAction SilentlyContinue -PassThru -Wait
cd ../..
mkdir -p artifact/lib
cp -Verbose Bochs/bochs/cpu/libcpu.a artifact/lib/cpu.a
cp -Verbose Bochs/bochs/cpu/fpu/libfpu.a artifact/lib/fpu.a
cp -Verbose Bochs/bochs/cpu/avx/libavx.a artifact/lib/avx.a
cp -Verbose Bochs/bochs/cpu/cpudb/libcpudb.a artifact/lib/cpudb.a
robocopy Bochs/bochs artifact/ /e
cp -Verbose Bochs/bochs/cpu/libcpu.a artifact/lib/cpu.lib
cp -Verbose Bochs/bochs/cpu/fpu/libfpu.a artifact/lib/fpu.lib
cp -Verbose Bochs/bochs/cpu/avx/libavx.a artifact/lib/avx.lib
cp -Verbose Bochs/bochs/cpu/cpudb/libcpudb.a artifact/lib/cpudb.lib
cp -Verbose -r Bochs/bochs artifact/
- name: Build BochsCPU (Linux & MacOS)
if: matrix.variant.os != 'windows-latest'
Expand Down

0 comments on commit 02f1a4c

Please sign in to comment.