Skip to content

Commit

Permalink
[Github CI] Update APT database again.
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Parpart <christian@parpart.family>
  • Loading branch information
christianparpart committed Mar 31, 2023
1 parent f043b0c commit 63cf572
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codechecker-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
steps:
- name: "Check out repository"
uses: actions/checkout@v3
- name: "update APT database"
run: sudo apt -q update
- name: Installing xmllint for ci-set-vars
run: sudo apt -qy install libxml2-utils
- name: "Set variables for Contour build-like CI"
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/external_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ jobs:
with:
path: "**/cpm_modules"
key: ${{github.workflow}}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
# - name: "update APT database"
# run: sudo apt -q update
- name: "update APT database"
run: sudo apt -q update
- name: Installing xmllint for ci-set-vars
run: sudo apt -qy install libxml2-utils
- name: set environment variables
Expand Down Expand Up @@ -133,10 +133,11 @@ jobs:
name: "Build notcurses"
runs-on: ubuntu-22.04
steps:
- name: "update APT database"
run: sudo apt -q update
- name: "install dependencies"
run: |
set -ex
# sudo apt -q update
sudo apt install -y \
build-essential \
cmake \
Expand Down Expand Up @@ -253,8 +254,8 @@ jobs:
CONTOUR_PREFIX: "" # valgrind --leak-check=full --num-callers=64 --error-exitcode=112"
steps:
- uses: actions/checkout@v3
# - name: "update APT database"
# run: sudo apt -q update
- name: "update APT database"
run: sudo apt -q update
- name: Installing xmllint for ci-set-vars
run: sudo apt -qy install libxml2-utils
- name: set environment variables
Expand Down

0 comments on commit 63cf572

Please sign in to comment.