This commit is contained in:
parent
79f212e0a2
commit
8d9a0c9f4d
@ -19,6 +19,7 @@ jobs:
|
||||
- name: "🍵 Install third-party"
|
||||
run: |
|
||||
cd tools/scripts && ./InstallDep.sh
|
||||
cat ../../third_party/.cache/build.log
|
||||
- name: "🏠 Build"
|
||||
run: |
|
||||
mkdir build && cd build && cmake .. && make -j
|
||||
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: "🧺 Set up Environment"
|
||||
run: |
|
||||
apt update && apt install -y wget cmake bison flex git
|
||||
sudo apt update && sudo apt install -y wget cmake bison flex git
|
||||
- name: "🍵 Install third-party"
|
||||
run: |
|
||||
cd tools/scripts && ./InstallDep.sh
|
||||
|
Loading…
Reference in New Issue
Block a user