We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40659f commit 9abef13Copy full SHA for 9abef13
.github/workflows/codeql.yml
@@ -73,7 +73,6 @@ jobs:
73
- name: Install packages
74
run: >
75
sudo apt install ninja-build build-essential cmake libc6-dev-amd64-cross
76
- libstb-dev libfmt-dev
77
libglm-dev libglfw3-dev libtbb-dev libassimp-dev
78
libvulkan-dev vulkan-tools vulkan-validationlayers-dev
79
@@ -93,11 +92,6 @@ jobs:
93
92
- name: Build and Install SDL3
94
run: cmake --build build && sudo cmake --install build
95
96
- - name: Get toml.hpp
97
- run: |
98
- mkdir include/toml++
99
- wget https://github.com/marzer/tomlplusplus/raw/master/toml.hpp -O include/toml++/toml.hpp
100
-
101
# If the analyze step fails for one of the languages you are analyzing with
102
# "We were unable to automatically build your code", modify the matrix above
103
# to set the build mode to "manual" for that language. Then modify this step
0 commit comments