Skip to content

Commit

Permalink
git
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Feb 26, 2024
1 parent aafbb2b commit 8ebe198
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
if: matrix.artifact == 'ubuntu'
run: |
apt update
apt install -y busybox dos2unix python3
apt install -y busybox dos2unix python3 git
- name: Install Alpine packages
if: matrix.artifact == 'alpine'
run: |
apk add --no-cache bash python3
apk add --no-cache bash python3 git
- uses: actions/checkout@v3

Expand Down

0 comments on commit 8ebe198

Please sign in to comment.