Skip to content

Commit

Permalink
workflow: add git
Browse files Browse the repository at this point in the history
  • Loading branch information
ziyao233 committed Jan 18, 2025
1 parent 2b75de3 commit 1f30c93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ jobs:
echo "https://dl-cdn.alpinelinux.org/v3.21/main/" | \
sudo tee alpine-root/etc/apk/repositories
sudo sbin/apk.static -p alpine-root -U --initdb --allow-untrusted add \
alpine-base build-base bash cmake doxygen g++ libunwind-dev lz4-dev \
linux-headers musl-libintl perl xz-dev zlib-dev
alpine-base build-base bash cmake doxygen g++ git libunwind-dev \
lz4-dev linux-headers musl-libintl perl xz-dev zlib-dev
cd alpine-root
sudo mount -o bind /dev/ dev
Expand Down

0 comments on commit 1f30c93

Please sign in to comment.