Skip to content

Commit

Permalink
optimized
Browse files Browse the repository at this point in the history
  • Loading branch information
leleliu008 committed Oct 2, 2024
1 parent 0bf61cf commit ee830b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/opensuse-leap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
container: opensuse/leap:${{ matrix.tag }}

steps:
#- run: zypper update -y
#- run: zypper install -y curl git
# To create a local Git repository instead, add Git 2.18 or higher to the PATH
- run: zypper update -y
- run: zypper install -y git

- uses: actions/checkout@v4

Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/voidlinux-glibc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
# ERROR: [reposync] failed to fetch file `https://alpha.de.repo.voidlinux.org/current/x86_64-repodata': Operation not permitted
- run: sed -i s/alpha.de.repo.voidlinux.org/repo-default.voidlinux.org/g /usr/share/xbps.d/*

#- run: xbps-install -Syu xbps
#- run: xbps-install -S
#- run: xbps-install -Syu git
- run: xbps-install -Syu xbps
- run: xbps-install -S
- run: xbps-install -Syu git gcc

# /__e/node20/bin/node: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

- uses: actions/checkout@v4

Expand Down

0 comments on commit ee830b7

Please sign in to comment.