[ci] typo on dep file

This commit is contained in:
tangxifan 2024-05-05 16:37:25 -07:00
parent cb5c8f7c46
commit 691734269b
1 changed files with 2 additions and 2 deletions

View File

@ -238,11 +238,11 @@ jobs:
- name: "Build (GCC-11 on Ubuntu 20.04)" - name: "Build (GCC-11 on Ubuntu 20.04)"
cc: gcc-11 cc: gcc-11
cxx: g++-11 cxx: g++-11
dependency_version: "ubuntu22p04" dependency_version: "ubuntu20p04"
- name: "Build (Clang-10 on Ubuntu 20.04)" - name: "Build (Clang-10 on Ubuntu 20.04)"
cc: clang-10 cc: clang-10
cxx: clang++-10 cxx: clang++-10
dependency_version: "ubuntu22p04" dependency_version: "ubuntu20p04"
# Define the steps to run the build job # Define the steps to run the build job
env: env:
CC: ${{ matrix.config.cc }} CC: ${{ matrix.config.cc }}