Skip to content

Commit

Permalink
CI: Add version suffix to windows CI build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Mar 1, 2024
1 parent 22b0a2d commit f64aa41
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-asy-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
Expand-Archive `
-Path cmake-msvc-x64-release-cfg.zip `
-DestinationPath .
- name: Generate version suffix for github runner
run: |
"set(ASY_VERSION_SUFFIX `"/github-ci/ref=${github.sha}`")" \| Out-File -Path asy-pkg-version-suffix.cmake
- name: Build asymptote on windows
run: |
${{ env.pwsh_initialize_devenv }}
Expand Down

0 comments on commit f64aa41

Please sign in to comment.