Skip to content

Commit

Permalink
Update unstable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 31, 2022
1 parent 67141d6 commit b503a9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unstable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
container:
image: apnpucky/ubuntu-pip-lhapdf
steps:
- name: work around permission issue
run: git config --global --add safe.directory /__w/HEPi/HEPi
- uses: actions/checkout@v3
with:
fetch-depth: "0"
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
fetch-depth: 0
- name: Build hepi
run: make build
- name: Install hepi
Expand Down

0 comments on commit b503a9b

Please sign in to comment.