From dd52300890f23c2c854aff6e584ecee34ac05519 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 30 Mar 2024 23:08:57 +0000 Subject: [PATCH] ci: use single quotes in yaml [ci skip] --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 684ade9b..a2aaf2e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -548,9 +548,9 @@ jobs: - name: 'cmake' uses: cross-platform-actions/action@v0.21.1 with: - operating_system: "netbsd" - version: "9.3" - architecture: "x86_64" + operating_system: 'netbsd' + version: '9.3' + architecture: 'x86_64' run: | # https://pkgsrc.se/ sudo pkgin -y install cmake @@ -572,9 +572,9 @@ jobs: - name: 'cmake' uses: cross-platform-actions/action@v0.21.1 with: - operating_system: "openbsd" - version: "7.4" - architecture: "x86_64" + operating_system: 'openbsd' + version: '7.4' + architecture: 'x86_64' run: | # https://openbsd.app/ sudo pkg_add cmake