Skip to content

Commit

Permalink
все блять
Browse files Browse the repository at this point in the history
  • Loading branch information
Partur-dev committed Jul 7, 2024
1 parent 0532075 commit 5855cf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
cd PyBroma
sed -i -e 's/--std:c++17/--std=c++17/g' setup.py
sed -i -e 's/\/O2/-O2/g' setup.py
brew install openssl
export LDFLAGS="-L$(brew --prefix openssl)/lib"
export CPPFLAGS="-I$(brew --prefix openssl)/include"
python3 -m venv hueta
Expand All @@ -50,4 +49,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: Auby
path: ${{github.workspace}}/build/libcatgirl.dylib
path: |
${{github.workspace}}/build/libcatgirl.dylib
${{github.workspace}}/auby2/bin/GeometryJump

0 comments on commit 5855cf4

Please sign in to comment.