forked from boostorg/config
Try again with CI.
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -390,7 +390,7 @@ jobs:
|
|||||||
id: runcmd
|
id: runcmd
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.qemu_arch }}
|
arch: ${{ matrix.qemu_arch }}
|
||||||
distro: ubuntu20.04
|
distro: ubuntu22.04
|
||||||
|
|
||||||
# Not required, but speeds up builds by storing container images in
|
# Not required, but speeds up builds by storing container images in
|
||||||
# a GitHub package registry.
|
# a GitHub package registry.
|
||||||
@@ -426,7 +426,7 @@ jobs:
|
|||||||
id: runcmd
|
id: runcmd
|
||||||
with:
|
with:
|
||||||
arch: ${{ matrix.qemu_arch }}
|
arch: ${{ matrix.qemu_arch }}
|
||||||
distro: ubuntu20.04
|
distro: ubuntu22.04
|
||||||
|
|
||||||
# Not required, but speeds up builds by storing container images in
|
# Not required, but speeds up builds by storing container images in
|
||||||
# a GitHub package registry.
|
# a GitHub package registry.
|
||||||
@@ -543,6 +543,8 @@ jobs:
|
|||||||
commit-filter-separator: ';'
|
commit-filter-separator: ';'
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
- uses: Jimver/cuda-toolkit@v0.2.4
|
- uses: Jimver/cuda-toolkit@v0.2.4
|
||||||
|
with:
|
||||||
|
cuda: '12.8.0'
|
||||||
- name: Add repository
|
- name: Add repository
|
||||||
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
run: sudo apt-add-repository -y "ppa:ubuntu-toolchain-r/test"
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
|
Reference in New Issue
Block a user