Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 6, 2024
1 parent 4b3969e commit 377823d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ runs:
repository: fcitx/xcb-imdkit
path: ${{ inputs.path }}
- name: Configure
run: |
cmake -S "${{ inputs.path }}" -B "${{ inputs.path }}"/build -DCMAKE_INSTALL_PREFIX="${{ inputs.install-prefix }}"
run: |
cmake -S "${{ inputs.path }}" -B "${{ inputs.path }}"/build -DCMAKE_INSTALL_PREFIX="${{ inputs.install-prefix }}"
- name: Build
run: |
cmake --build "${{ inputs.path }}"/build
Expand Down

0 comments on commit 377823d

Please sign in to comment.