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 bebfddb commit 80d50bbCopy full SHA for 80d50bb
.github/workflows/test.yml
@@ -58,7 +58,7 @@ jobs:
58
docker run --name mycontainer -d -t --platform linux/arm64 ubuntu:22.04 tail -f /dev/null
59
60
# Prepare the environment inside the container
61
- docker exec mycontainer bash -c "apt-get update && apt-get install -y build-essential g++ make cmake pkg-config git wget curl zip unzip tar"
+ docker exec mycontainer bash -c "apt-get update && apt-get install -y build-essential g++ gcc make cmake pkg-config git wget curl zip unzip tar ninja-build"
62
docker exec mycontainer bash -c "git clone https://github.com/microsoft/vcpkg.git /opt/vcpkg && /opt/vcpkg/bootstrap-vcpkg.sh && ln -s /opt/vcpkg/vcpkg /usr/local/bin/vcpkg"
63
64
# Copy project files into the container
0 commit comments