We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545c301 commit 6a9d561Copy full SHA for 6a9d561
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
image: ${{ matrix.config.compiler == 'clang' && 'teeks99/clang-ubuntu' || matrix.config.compiler }}:${{ matrix.config.version }}
26
name: "${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }}, ${{ matrix.config.build_type }})"
27
steps:
28
- - uses: actions/checkout@v1.x
+ - uses: actions/checkout@main
29
- name: Setup
30
run: |
31
apt-get update && apt-get install -y curl
@@ -62,7 +62,7 @@ jobs:
62
runs-on: macOS-latest
63
name: "OS X Clang (C++11, Release)"
64
65
66
- name: Build
67
68
mkdir -p build && cd build
0 commit comments