Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Aug 8, 2024
1 parent f6c3abb commit 4d3f7b0
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,20 +227,13 @@ jobs:
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

- name: Build Millennium
run: |
mkdir ./build/artifacts
cmake --build build
cp ./build/user32 ./build/artifacts/user32
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

- name: Build Millennium
run: |
mkdir -p /home/runner/Millennium/build/artifacts
# mkdir -p /home/runner/Millennium/build/artifacts
cmake --build build --config Release
ls -laR /home/runner/Millennium/build
# ls -laR /home/runner/Millennium/build
mkdir -p /home/runner/env
cp ./build/libMillennium.so /home/runner/env/libMillennium.so
Expand Down

0 comments on commit 4d3f7b0

Please sign in to comment.