Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Mar 13, 2024
1 parent 8dcb350 commit 728b545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gha-bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ function save_gha_caches() {
set -e
parallel --version | head -1
echo -n 'ninja: ' ; ninja --version
_assert hostname [[ `hostname` == windows-2022 || `hostname` == windows2022 ]]
_assert hostname [[ `hostname` =~ windows[-]?2022 ]]
) || _die "[gha-bootstrap] testbin failed"

ls -1d node_modules/@actions/{core,github,cache,artifact} \
Expand Down

0 comments on commit 728b545

Please sign in to comment.