We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc9fa46 commit a43f3fdCopy full SHA for a43f3fd
.github/workflows/ci.yml
@@ -94,14 +94,14 @@ jobs:
94
arch: x64
95
- runner: windows-11-arm
96
arch: aarch64
97
- runs-on: {{ matrix.os.runner }}
+ runs-on: ${{ matrix.os.runner }}
98
steps:
99
- uses: actions/checkout@v4
100
- uses: sfackler/actions/rustup@master
101
- run: echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
102
id: rust-version
103
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
104
- - run: vcpkg install openssl:{{ matrix.os.arch }}-windows-static-md
+ - run: vcpkg install openssl:${{ matrix.os.arch }}-windows-static-md
105
- uses: actions/cache@v4
106
with:
107
path: ~/.cargo/registry/index
0 commit comments