Skip to content

Commit

Permalink
Add debian mirrors to cmake job (#2497)
Browse files Browse the repository at this point in the history
This should lower number of failed CI jobs due to rate-limit on debian
mirror
  • Loading branch information
kamilrakoczy authored Jul 23, 2024
2 parents 3e3cdc3 + f2a8a13 commit 17bd5e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
submodules: false
fetch-depth: 1

- name: Set up common Debian configuration
run: |
./.github/scripts/set-up-common-debian-configuration.sh
./.github/scripts/set-up-common-git-configuration.sh
- name: Install dependencies
run: |
apt-get update -q
Expand Down Expand Up @@ -128,7 +133,4 @@ jobs:
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
# CMake build
make -f cmake-makefile
# By default actions/upload-artifact@v2 do not preserve file permissions
# tar directory to workaround this issue
# See https://github.com/actions/upload-artifact/issues/38

0 comments on commit 17bd5e0

Please sign in to comment.