Remove installation of libversion in CI (#13764)

This commit is contained in:
Max Downey Twiss
2025-12-07 17:18:17 +11:00
committed by GitHub
parent 4ae35ef066
commit b779f19957
2 changed files with 0 additions and 22 deletions

View File

@@ -389,17 +389,6 @@ jobs:
fetch-depth: 0
persist-credentials: true
ref: ${{ inputs.branch || github.ref_name }}
- name: Install ruby-libversion # Hopefully this will get added as an Ubuntu/Debian package. https://github.com/repology/libversion/issues/35
working-directory: ${{ runner.temp }}
run: |
git clone --depth 1 -b 3.0.4 https://github.com/repology/libversion
cd libversion
mkdir build
cd build
cmake ..
make -j "$(nproc)"
sudo make install
sudo gem install --no-update-sources -N ruby-libversion --conservative
- name: Get GH Token
id: get_workflow_token
uses: peter-murray/workflow-application-token-action@v4

View File

@@ -38,17 +38,6 @@ jobs:
git config --global push.autoSetupRemote true
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"
- name: Install ruby-libversion # Hopefully this will get added as an Ubuntu/Debian package. https://github.com/repology/libversion/issues/35
working-directory: ${{ runner.temp }}
run: |
git clone --depth 1 -b 3.0.4 https://github.com/repology/libversion
cd libversion
mkdir build
cd build
cmake ..
make -j "$(nproc)"
sudo make install
sudo gem install --no-update-sources -N ruby-libversion --conservative
- name: Check for updates.
id: update-checks
run: |