Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 906e4b0

Browse files
committed
fix install path
1 parent ba55d25 commit 906e4b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: build
2222
shell: bash
2323
run: |
24+
root_dir=`pwd`
2425
mkdir build
2526
cd build
2627
cmake ..
@@ -48,6 +49,7 @@ jobs:
4849
- name: build
4950
shell: bash
5051
run: |
52+
root_dir=`pwd`
5153
mkdir build
5254
cd build
5355
cmake -DCMAKE_BUILD_TYPE=release ..
@@ -74,7 +76,6 @@ jobs:
7476

7577
- name: package
7678
run: |
77-
root_dir=`pwd`
7879
mkdir -p install/dawn
7980
cd install/dawn
8081
cp ../../DawnConfig.cmake .

0 commit comments

Comments
 (0)