Update workflows

This commit is contained in:
klzgrad 2021-02-28 11:49:25 +08:00
parent 97b2ae0913
commit 0ba7fbcd97

View File

@ -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