Skip to content

Commit e84402c

Browse files
committed
gh-actions/build: use apt-get instead of apt
1 parent 0915407 commit e84402c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Install Dependencies
39-
run: sudo apt install -y --no-install-recommends libsdl2-dev libglfw3-dev ninja-build glslang-tools spirv-cross
39+
run: sudo apt-get -y install --no-install-recommends libsdl2-dev libglfw3-dev ninja-build glslang-tools spirv-cross
4040
- name: Clone Repository
4141
uses: actions/checkout@v4
4242
- name: Configure

0 commit comments

Comments
 (0)