test cicd
Some checks failed
C++ CI-CD / build (push) Failing after 14m7s

This commit is contained in:
zhangyuheng 2024-01-18 14:14:25 +08:00
parent 79f212e0a2
commit 8d9a0c9f4d
2 changed files with 2 additions and 1 deletions

View File

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

View File

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