Skip to content

Commit 80d50bb

Browse files
author
Levent KARAGÖL
committed
test.yml has been updated
1 parent bebfddb commit 80d50bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
docker run --name mycontainer -d -t --platform linux/arm64 ubuntu:22.04 tail -f /dev/null
5959
6060
# 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"
61+
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"
6262
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"
6363
6464
# Copy project files into the container

0 commit comments

Comments
 (0)