Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
wengxt committed Mar 5, 2024
1 parent 0b2b0b5 commit 4b3969e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v4
repository: fcitx/xcb-imdkit
path: ${{ inputs.path }}
if: github.repository != 'fcitx/xcb-imdkit'
uses: actions/checkout@v4
with:
repository: fcitx/xcb-imdkit
path: ${{ inputs.path }}
- name: Configure
run: |
cmake -S "${{ inputs.path }}" -B "${{ inputs.path }}"/build -DCMAKE_INSTALL_PREFIX="${{ inputs.install-prefix }}"
Expand Down

0 comments on commit 4b3969e

Please sign in to comment.