We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0915407 commit e84402cCopy full SHA for e84402c
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
runs-on: ubuntu-latest
37
steps:
38
- name: Install Dependencies
39
- run: sudo apt install -y --no-install-recommends libsdl2-dev libglfw3-dev ninja-build glslang-tools spirv-cross
+ run: sudo apt-get -y install --no-install-recommends libsdl2-dev libglfw3-dev ninja-build glslang-tools spirv-cross
40
- name: Clone Repository
41
uses: actions/checkout@v4
42
- name: Configure
0 commit comments