mirror of
https://github.com/johndoe6345789/SDL3CPlusPlus.git
synced 2026-04-24 13:44:58 +00:00
stuff
This commit is contained in:
2
.github/workflows/Dockerfile
vendored
2
.github/workflows/Dockerfile
vendored
@@ -45,7 +45,7 @@ RUN if ! getent group "${USERNAME}" >/dev/null 2>&1; then \
|
||||
WORKDIR /workspace
|
||||
COPY . /workspace
|
||||
RUN conan profile detect
|
||||
RUN conan install . --output-folder /conan_build --build=missing -c tools.system.package_manager:mode=install
|
||||
RUN conan install . --output-folder /conan_build --build=missing -c tools.system.package_manager:mode=install -c tools.build:cxxflags='["-include","cstdint"]'
|
||||
RUN chown -R ${USERNAME}:${USERNAME} /workspace /conan_build
|
||||
|
||||
USER ${USERNAME}
|
||||
|
||||
Reference in New Issue
Block a user