mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Update build.yml
This commit is contained in:
parent
0dd09fa4e9
commit
3895fb79d3
1 changed files with 2 additions and 7 deletions
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
|
@ -14,10 +14,5 @@ jobs:
|
|||
env:
|
||||
EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: sudo apt update && sudo apt install ninja-build pkg-config libnss3-dev qemu-user strace
|
||||
- run: ./get-clang.sh
|
||||
working-directory: src
|
||||
- run: ./build.sh
|
||||
working-directory: src
|
||||
- run: strace -f qemu-i386 -L src/out/sysroot-build/sid/sid_i386_staging src/out/Release/naive --help
|
||||
- run: dpkg -S /lib32/libc.so.6
|
||||
- run: dpkg -l libc-*
|
||||
|
|
Loading…
Add table
Reference in a new issue