Skip to content

Commit

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

Please sign in to comment.