mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Remove installation of libversion in CI (#13764)
This commit is contained in:
11
.github/workflows/Generate-PR.yml
vendored
11
.github/workflows/Generate-PR.yml
vendored
@@ -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
|
||||
|
||||
11
.github/workflows/Updater-on-Demand.yml
vendored
11
.github/workflows/Updater-on-Demand.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user