diff --git a/.github/workflows/opensuse-leap.yml b/.github/workflows/opensuse-leap.yml index db2dc65..ae74b32 100644 --- a/.github/workflows/opensuse-leap.yml +++ b/.github/workflows/opensuse-leap.yml @@ -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 diff --git a/.github/workflows/voidlinux-glibc.yml b/.github/workflows/voidlinux-glibc.yml index c621000..355745a 100644 --- a/.github/workflows/voidlinux-glibc.yml +++ b/.github/workflows/voidlinux-glibc.yml @@ -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