mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-10 04:30:56 +00:00
Update workflows
This commit is contained in:
parent
97b2ae0913
commit
0ba7fbcd97
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -16,7 +16,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install dependencies
|
||||
run: sudo apt install ninja-build pkg-config libnss3-dev qemu-user ccache
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install ninja-build pkg-config libnss3-dev qemu-user ccache
|
||||
- name: Configure
|
||||
working-directory: src
|
||||
run: ./get-clang.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue