mirror of
https://github.com/libssh2/libssh2.git
synced 2025-11-20 02:42:09 +03:00
ci: use single quotes in yaml [ci skip]
This commit is contained in:
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
@@ -548,9 +548,9 @@ jobs:
|
|||||||
- name: 'cmake'
|
- name: 'cmake'
|
||||||
uses: cross-platform-actions/action@v0.21.1
|
uses: cross-platform-actions/action@v0.21.1
|
||||||
with:
|
with:
|
||||||
operating_system: "netbsd"
|
operating_system: 'netbsd'
|
||||||
version: "9.3"
|
version: '9.3'
|
||||||
architecture: "x86_64"
|
architecture: 'x86_64'
|
||||||
run: |
|
run: |
|
||||||
# https://pkgsrc.se/
|
# https://pkgsrc.se/
|
||||||
sudo pkgin -y install cmake
|
sudo pkgin -y install cmake
|
||||||
@@ -572,9 +572,9 @@ jobs:
|
|||||||
- name: 'cmake'
|
- name: 'cmake'
|
||||||
uses: cross-platform-actions/action@v0.21.1
|
uses: cross-platform-actions/action@v0.21.1
|
||||||
with:
|
with:
|
||||||
operating_system: "openbsd"
|
operating_system: 'openbsd'
|
||||||
version: "7.4"
|
version: '7.4'
|
||||||
architecture: "x86_64"
|
architecture: 'x86_64'
|
||||||
run: |
|
run: |
|
||||||
# https://openbsd.app/
|
# https://openbsd.app/
|
||||||
sudo pkg_add cmake
|
sudo pkg_add cmake
|
||||||
|
|||||||
Reference in New Issue
Block a user