Skip to content

Commit

Permalink
build - bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shdwmtr committed Jun 23, 2024
1 parent 2706a10 commit a8717c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
mkdir ./build/artifacts
cmake --build build
ls ./build
ldd ./build/user32
copy ./build/Release/user32 ./build/artifacts/user32
copy ./build/user32 ./build/artifacts/user32
env:
VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite"

Expand Down

0 comments on commit a8717c6

Please sign in to comment.