Skip to content

Commit

Permalink
Fix simulation config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
200km committed Jul 21, 2024
1 parent cf8aebf commit 8cdc86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
- name: fix simulation config
working-directory: ./settings
run: |
find . -type f -name '*.ini' -exec sed -i 's/..\/..\/logs/.\/logs/g' {} \;
find . -type f -name '*.ini' -exec sed -i 's/..\/..\/logs/..\/logs/g' {} \;
- name: run simulation(SampleSat)
if: matrix.build_bit == 'BUILD_64BIT=OFF' || (matrix.build_bit == 'BUILD_64BIT=ON' && matrix.use_c2a == 'USE_C2A=OFF')
Expand Down

0 comments on commit 8cdc86b

Please sign in to comment.