Skip to content

Commit b7aa104

Browse files
[CI] Do not rebuild mint tools on every new macos build (#885)
1 parent eb24259 commit b7aa104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/bootstrap/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: 'Run bootstrap.sh'
33
runs:
44
using: "composite"
55
steps:
6-
- run: echo "IMAGE=${ImageOS}-${ImageVersion}" >> $GITHUB_ENV
6+
- run: echo "IMAGE=${ImageOS}" >> $GITHUB_ENV
77
shell: bash
88
- run: echo "$HOME/.mint/bin" >> $GITHUB_PATH
99
shell: bash

0 commit comments

Comments
 (0)