Skip to content

Commit 06614b7

Browse files
committed
Fix CI.
1 parent 77d584b commit 06614b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
make -j$(nproc) linux-gcc-${{ matrix.config }}64
114114
- name: Check
115115
run: |
116-
cd bgfx
116+
cd bimg
117117
ls -lash ".build/linux64_gcc/bin"
118118
".build/linux64_gcc/bin/texturec${{ matrix.binsuffix}}" --version
119119
osx:
@@ -143,7 +143,7 @@ jobs:
143143
make -j$(sysctl -n hw.physicalcpu) osx-arm64-${{ matrix.config }}
144144
- name: Check
145145
run: |
146-
cd bgfx
146+
cd bimg
147147
ls -lash ".build/osx-arm64/bin"
148148
".build/osx-arm64/bin/texturec${{ matrix.binsuffix}}" --version
149149
android:

0 commit comments

Comments
 (0)