Skip to content

Commit

Permalink
add git via apk instead of apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
irmiller22 committed Mar 5, 2024
1 parent b97d65b commit eab3bce
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install Git dependencies
run: |
sudo apt-get update
sudo apt-get install -y ca-certificates git
- name: Install Docker client
run: apk add --no-cache docker
- name: Install Docker client / Git
run: apk add --no-cache docker git

- name: NPM login
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPMJS_TOKEN }}" >> ~/.npmrc
Expand Down

0 comments on commit eab3bce

Please sign in to comment.