Skip to content

Commit

Permalink
Merge pull request #36 from stackhpc/switch_sinker
Browse files Browse the repository at this point in the history
Switch sinker repo to SHPC fork
  • Loading branch information
mnasiadka authored Mar 14, 2024
2 parents 1a7f864 + 0d9515e commit e64943e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Checkout sinker
uses: actions/checkout@master
with:
repository: mnasiadka/sinker
ref: refs/heads/target-tag
repository: stackhpc/sinker
ref: refs/heads/stackhpc

- name: Install sinker
run: make build && cp ./sinker ../
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
- name: Checkout sinker
uses: actions/checkout@master
with:
repository: mnasiadka/sinker
ref: refs/heads/target-tag
repository: stackhpc/sinker
ref: refs/heads/stackhpc

- name: Install sinker
run: make build && cp ./sinker ../
Expand Down

0 comments on commit e64943e

Please sign in to comment.