Skip to content

Commit a35cbf7

Browse files
committed
Update unity-ci.yml
1 parent ef5d204 commit a35cbf7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/unity-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22+
- name: Install libc++-dev
23+
shell: bash
24+
run: |
25+
sudo apt-get install clang
26+
sudo apt-get install libc++-dev
27+
sudo apt-get install libc++abi-dev
28+
2229
# Node is needed because the test drives npm/tsc/esbuild
2330
- name: Set up Node
2431
uses: actions/setup-node@v4
@@ -27,6 +34,7 @@ jobs:
2734

2835
# Create empty project + import OneJS
2936
# Deleting the Android folder in the end to avoid possible naming conflict with Linux
37+
# https://github.com/Tencent/puerts/issues/1817#issuecomment-2292431530
3038
- name: Bootstrap minimal Unity project
3139
run: |
3240
mkdir -p "$PROJECT_PATH/Assets" "$PROJECT_PATH/Packages" "$PROJECT_PATH/ProjectSettings"

0 commit comments

Comments
 (0)