We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fddda2e commit 113aaa6Copy full SHA for 113aaa6
1 file changed
docker/amd-docker.Dockerfile
@@ -1,5 +1,7 @@
1
FROM ghcr.io/actions/actions-runner:latest
2
3
+ENV CXX=clang++
4
+
5
RUN sudo apt-get update -y \
6
&& sudo apt-get install -y software-properties-common \
7
&& sudo add-apt-repository -y ppa:git-core/ppa \
0 commit comments