Skip to content

Commit a43f3fd

Browse files
committed
typo
1 parent fc9fa46 commit a43f3fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
arch: x64
9595
- runner: windows-11-arm
9696
arch: aarch64
97-
runs-on: {{ matrix.os.runner }}
97+
runs-on: ${{ matrix.os.runner }}
9898
steps:
9999
- uses: actions/checkout@v4
100100
- uses: sfackler/actions/rustup@master
101101
- run: echo "version=$(rustc --version)" >> $GITHUB_OUTPUT
102102
id: rust-version
103103
- 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
104+
- run: vcpkg install openssl:${{ matrix.os.arch }}-windows-static-md
105105
- uses: actions/cache@v4
106106
with:
107107
path: ~/.cargo/registry/index

0 commit comments

Comments
 (0)