Skip to content

Commit

Permalink
不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takahiro-itou committed Apr 28, 2024
1 parent c6a8518 commit 14f5679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs :
- if : ${{ matrix.with-cppunit != 'no' }}
name : Install CppUnit
env :
INSTALL_PREFIX : "${{ github.workspace }}/${ matrix.with-cppunit }}"
INSTALL_PREFIX : "${{ github.workspace }}/${{ matrix.with-cppunit }}"
uses : takahiro-itou/install-cppunit-action@develop
with :
install-prefix : ${INSTALL_PREFIX}
Expand Down

0 comments on commit 14f5679

Please sign in to comment.