Skip to content

Commit

Permalink
Fix a configure issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stcui007 committed Dec 11, 2023
1 parent b9afdbd commit 399b03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Build_and_Run_Standalone_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
./configure 5
elif [ ${{ runner.os }} == 'macOS' ]
then
./configure 4
./configure 3
fi
- name: Build and Run Standalone
Expand Down

0 comments on commit 399b03d

Please sign in to comment.