Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Update maxcso.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maxexcloo authored Feb 24, 2024
1 parent fb5ef52 commit 2d81431
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maxcso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- run: |
sudo apt update -y
sudo apt install -y liblz4-dev libuv1-dev pkgconf zlib1g-dev
- run: make CFLAGS="-O2 -static"
- run: make
- run: cp maxcso maxcso-linux_amd64
- uses: actions/upload-artifact@v4
with:
Expand All @@ -43,7 +43,7 @@ jobs:
mkdir -p /build
git clone https://github.com/unknownbrackets/maxcso.git /build
cd /build
make CFLAGS="-O2 -static"
make
cp maxcso /artifacts/maxcso-linux_aarch64
setup: |
mkdir -p "${PWD}/artifacts"
Expand All @@ -62,7 +62,7 @@ jobs:
brew update
brew install libdeflate libuv lz4 pkg-config
- run: sed -i "" -e "s|uv.h|$(brew --prefix libuv)/include/uv.h|" src/buffer_pool.h
- run: make CFLAGS="-O2 -static"
- run: make
- run: cp maxcso maxcso-macos-${{ matrix.arch }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 2d81431

Please sign in to comment.