Skip to content

Commit

Permalink
ci: avoid collisions with other github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith authored Mar 14, 2024
1 parent 8b53a5d commit 0d83b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_comment_trigger_self_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
ref: refs/pull/${{ github.event.issue.number }}/head
submodules: recursive
path: 'omegah' #under $GITHUB_WORKSPACE
path: 'omegah_${{ github.event.issue.number }}' #under $GITHUB_WORKSPACE

- name: build
id: build
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
# omegah
bdir=${workDir}/build-omegah
cmake -S omegah -B $bdir \
cmake -S omegah_${{ github.event.issue.number }} -B $bdir \
-DCMAKE_INSTALL_PREFIX=$bdir/install \
-DCMAKE_BUILD_TYPE=Release \
-DBUILD_TESTING=on \
Expand Down

0 comments on commit 0d83b20

Please sign in to comment.