File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 6565 - # macOS
6666 os : macos-latest
6767 pkg_config_path : /usr/local/opt/openssl/lib/pkgconfig
68- cmake_generator : Ninja
6968 cmake_options : -DREGEX_BACKEND=regcomp_l -DDEPRECATE_HARD=ON -DUSE_LEAK_CHECKER=leaks -DUSE_GSSAPI=ON
7069 skip_ssh_tests : true
7170 - # Windows Visual Studio amd64
@@ -101,7 +100,7 @@ jobs:
101100 run : |
102101 if [ -n "${{ matrix.platform.image }}" ]; then
103102 docker login https://${{ env.foo }} -u ${{ github.actor }} -p ${{ github.token }}
104- docker pull ${{ env.foo }}/${{ env .platform.image }}:latest
103+ docker pull ${{ env.foo }}/${{ matrix .platform.image }}:latest
105104 docker run ${{ env.foo }}/${{ matrix.platform.image }}:latest echo hi
106105 else
107106 mkdir build && cd build
You can’t perform that action at this time.
0 commit comments