X Tutup
Skip to content

Fix MSVC CI build on non-PR refs#5733

Merged
sturnclaw merged 1 commit intopioneerspacesim:masterfrom
sturnclaw:fix-msvc-build
Feb 2, 2024
Merged

Fix MSVC CI build on non-PR refs#5733
sturnclaw merged 1 commit intopioneerspacesim:masterfrom
sturnclaw:fix-msvc-build

Conversation

@sturnclaw
Copy link
Member

#5731 works fine for refspecs in the form refs/pull/XXXX/merge, but fails for refs/heads/<branch>. I suspect this is because of an erroneous quote character being passed through the echo command.

- Pass github ref variable without quotes to echo command on Windows
@sturnclaw sturnclaw merged commit 331dcbc into pioneerspacesim:master Feb 2, 2024
@sturnclaw sturnclaw deleted the fix-msvc-build branch February 2, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup