Skip to content

Commit

Permalink
[TESTING] change dep branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
akirakw committed Sep 4, 2024
1 parent c7473f1 commit bc98d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/install-dependencies/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
with:
repository: project-tsurugi/limestone
path: ${{ inputs.path }}/limestone
ref: master
ref: rpath-relative

- name: Checkout_Yakushima
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ runs:
with:
repository: project-tsurugi/shirakami
path: ${{ inputs.path }}/shirakami
ref: master
ref: rpath-relative

- name: Install_Limestone
run: |
Expand Down

0 comments on commit bc98d09

Please sign in to comment.