env: ${{ matrix.env }}
steps:
- name: Repository checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Configure
COVERAGE: yes
steps:
- name: Repository checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Configure & Make
SANITIZE: no
steps:
- name: Repository checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Meson configure
TRANSLATE_MANPAGES: yes
steps:
- name: Repository checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: Configure
image: ${{ matrix.image }}
steps:
- name: Repository checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- name: Ubuntu setup
run: .github/workflows/cibuild-setup-ubuntu.sh
- name: Configure
- arch: armv7
steps:
- name: Repository checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.arch }}
COMPILER: none
steps:
- name: Repository checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v4
- name: Ubuntu setup
run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh
- name: OpenWrt environment