Skip to content

Commit

Permalink
Update stable.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Jul 31, 2022
1 parent 2226b66 commit 67141d6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,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
run: make build
- name: Install
Expand Down

0 comments on commit 67141d6

Please sign in to comment.