mirror of
https://github.com/mmp/pbrt-v4
synced 2026-09-26 16:20:07 +03:00
github: bump to actions/checkout@v5
This commit is contained in:
parent
016380281a
commit
6d4aed2eee
4 changed files with 11 additions and 11 deletions
4
.github/workflows/ci-cpu-linux.yml
vendored
4
.github/workflows/ci-cpu-linux.yml
vendored
|
|
@ -40,12 +40,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout pbrt
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Checkout rgb2spectrum tables
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: mmp/rgb2spectrum
|
||||
path: build
|
||||
|
|
|
|||
4
.github/workflows/ci-cpu-macos.yml
vendored
4
.github/workflows/ci-cpu-macos.yml
vendored
|
|
@ -23,12 +23,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout pbrt
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Checkout rgb2spectrum tables
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: mmp/rgb2spectrum
|
||||
path: build
|
||||
|
|
|
|||
4
.github/workflows/ci-cpu-windows.yml
vendored
4
.github/workflows/ci-cpu-windows.yml
vendored
|
|
@ -23,12 +23,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout pbrt
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Checkout rgb2spectrum tables
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: mmp/rgb2spectrum
|
||||
path: build
|
||||
|
|
|
|||
10
.github/workflows/ci-gpu.yml
vendored
10
.github/workflows/ci-gpu.yml
vendored
|
|
@ -23,8 +23,8 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
optix: [ optix-7.7.0, optix-8.1.0, optix-9.0.0 ]
|
||||
cuda: [ '12.2.2', '12.6.3', '12.8.0', '12.9.1', '13.0.1' ]
|
||||
os: [ ubuntu-24.04, ubuntu-20.04, windows-latest ]
|
||||
cuda: [ '12.6.3', '12.8.0', '12.9.1', '13.0.1', '13.1.1', '13.2.0' ]
|
||||
os: [ ubuntu-24.04, windows-latest ]
|
||||
|
||||
name: GPU Build Only (${{ matrix.os }}, CUDA ${{ matrix.cuda }}, ${{ matrix.optix }})
|
||||
|
||||
|
|
@ -42,18 +42,18 @@ jobs:
|
|||
run: nvcc -V
|
||||
|
||||
- name: Checkout pbrt
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Checkout rgb2spectrum tables
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
repository: mmp/rgb2spectrum
|
||||
path: build
|
||||
|
||||
- name: Checkout OptiX headers
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
ssh-key: ${{ secrets.CHECKOUT_KEY }}
|
||||
repository: mmp/optix-headers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue