Skip to content

Commit

Permalink
Merge branch 'master' of github.com:con/opfvta-reexecution
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChymera committed Feb 26, 2024
2 parents ac2bc0b + d7cceb7 commit ce869bf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
sudo apt-get -y install podman
- name: Install make and git-annex
run: sudo apt-get -y install make git-annex
run: |
sudo apt-get -y install make git-annex
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
# Since we use regular actions/checkout@v4 it does not trigger
# auto-enabling of the gin remote
Expand Down

0 comments on commit ce869bf

Please sign in to comment.