Skip to content

Commit

Permalink
WIP: also use easybuilders image and checkout v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Dec 25, 2024
1 parent ed5acc2 commit 46f8de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
# Job names also name artifacts, character limitations apply
include:
- name: "CentOS-7"
image: centos:7
image: ghcr.io/easybuilders/centos-7.9-amd64
cmp: gcc
configuration: default
extra: "CMD_CXXFLAGS=-std=c++11"
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
# people would rather just break all existing scripts...
[ -e /usr/bin/python ] || ln -sf python3 /usr/bin/python
python --version
- uses: actions/checkout@v4
- uses: actions/checkout@v2
with:
submodules: true
- name: Automatic core dumper analysis
Expand Down

0 comments on commit 46f8de8

Please sign in to comment.