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 6492892 commit f6c3abb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ jobs:
mkdir -p /home/runner/env
cp ./build/libMillennium.so /home/runner/env/libMillennium.so
cp ~/.pyenv/versions/3.11.8/lib/libpython3.11.so /home/runner/env/libpython3.11.so
cp ./scripts/posix/start_millennium.sh /home/runner/env/start_millennium.sh
cp ~/.millennium/ext/data/cache/lib/libpython3.11.8.so /home/runner/env/libpython3.11.so
cp ./scripts/posix/start.sh /home/runner/env/start.sh
mkdir -p /home/runner/env/ext/bin
cp ./build/cli/millennium /home/runner/env/ext/bin/millennium
Expand Down

0 comments on commit f6c3abb

Please sign in to comment.