Skip to content

Commit

Permalink
#1807 Update custom_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNazarenko authored Feb 14, 2024
1 parent a3220ce commit d0aeedb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/custom_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
BUILD_TYPE: ${{ github.event.inputs.build_type }}
steps:
- name: update apt
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test; sudo apt-get update
run: |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test || true
sudo apt-get update || true
- name: install packages
run: |
sudo apt-get -y remove libzmq* || true
Expand Down

0 comments on commit d0aeedb

Please sign in to comment.