Skip to content

Commit

Permalink
CI: fix make & ndk;
Browse files Browse the repository at this point in the history
  • Loading branch information
housisong committed Dec 26, 2024
1 parent 0dbacd4 commit cff598c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
git clone --depth=1 https://github.com/sisong/libdeflate.git ../libdeflate
make CC=gcc CXX=g++ BZIP2=1 -j
make BZIP2=1 clean
- name: make_release_static
run: |
make CC=gcc CXX=g++ BZIP2=1 MINS=1 STATIC_C=1 -j
clang-build:
runs-on: ubuntu-latest
strategy:
matrix:
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- name: installClang
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
ndk-version: r16b
- name: buildByAndroidNDK
run: |
echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" > /etc/apt/sources.list.d/ubuntu-focal-sources.list
sudo echo "deb http://security.ubuntu.com/ubuntu focal-security main universe" > /etc/apt/sources.list.d/ubuntu-focal-sources.list
sudo apt-get update
sudo apt-get -y install libncurses5
git clone --depth=1 https://github.com/sisong/lzma.git ../lzma
Expand Down

0 comments on commit cff598c

Please sign in to comment.