Skip to content

Commit

Permalink
use fork in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMarchand20 committed Jul 29, 2024
1 parent 79f912e commit 2bdeb4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ jobs:
fetch-depth: 0 # to get tags
- name: Checkout hpddm
run: |
git clone https://github.com/hpddm/hpddm.git hpddm
# cd hpddm & git checkout afb9562c9c6673d9ff760985b104ef8d4caa3621
git clone https://github.com/PierreMarchand20/hpddm.git hpddm
# cd hpddm & git checkout 43a77d0afcd169e88a0eb062a517f41ec2b6ede9
# uses: actions/checkout@v3
# with:
# path: "hpddm"
Expand Down

0 comments on commit 2bdeb4a

Please sign in to comment.