Skip to content

Commit

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

0 comments on commit ed5a66c

Please sign in to comment.