Skip to content

Commit 6e0b287

Browse files
committed
nrmalize artifacts
1 parent f676548 commit 6e0b287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo apt-get update
3636
sudo apt-get install -y --no-install-recommends libglfw3 libglfw3-dev libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev libwayland-dev libwayland-bin libxkbcommon-dev zip
3737
cmake -B build -DCMAKE_BUILD_TYPE=Release
38-
cmake --build build --target host0
38+
cmake --build build --target host
3939
- name: Upload Linux Host (x86_64) artifact
4040
if: matrix.container == false && matrix.arch == 'x86_64'
4141
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)