Skip to content

Commit

Permalink
fix: remove hack of installing git on github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
serafdev committed Jul 6, 2024
1 parent 6105aaf commit 4994fdc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,6 @@ jobs:
outputs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Install specific git version
run: |
echo 🤮 for the next 3 lines
sudo apt-get update
sudo add-apt-repository ppa:git-core/ppa
sudo apt install git=1:2.34.1-1ubuntu1.10 git-man=1:2.34.1-1ubuntu1.10 -y --allow-downgrades
- name: Checkout
uses: actions/checkout@v4
with: # https://stackoverflow.com/a/65081720
Expand Down

0 comments on commit 4994fdc

Please sign in to comment.