We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b3cae6 commit eb85a93Copy full SHA for eb85a93
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
23
name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
24
steps:
25
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
26
- name: Setup
27
run: |
28
apt-get update && apt-get install -y curl git
0 commit comments