Skip to content

Commit 78ed45d

Browse files
authored
Update main.yml
1 parent 09d00c3 commit 78ed45d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
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

0 commit comments

Comments
 (0)