Skip to content

Commit c7b48db

Browse files
authored
Update action.yml to activate workflow
1 parent cded8f8 commit c7b48db

File tree

1 file changed

+1
-2
lines changed
  • .github/actions/Miscellaneous/Select_Default_Build_Type

1 file changed

+1
-2
lines changed

.github/actions/Miscellaneous/Select_Default_Build_Type/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ runs:
1010
run: |
1111
echo "BUILD_TYPE=Release" >> $GITHUB_ENV
1212
echo "CODE_COVERAGE=0" >> $GITHUB_ENV
13-
os="${{ matrix.os }}"
14-
if [[ "${os}" != "macos"* ]]; then
13+
if [[ "${{ matrix.os }}" != "macos"* ]]; then
1514
echo "ncpus=$(nproc --all)" >> $GITHUB_ENV
1615
else
1716
echo "ncpus=$(sysctl -n hw.ncpu)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)