We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abacea2 commit ecb5137Copy full SHA for ecb5137
.github/workflows/build-and-test-ubuntu-debug.yml
@@ -8,7 +8,7 @@ jobs:
8
name: Build and run tests in Debug mode
9
strategy:
10
matrix:
11
- os: [ ubuntu-16.04, ubuntu-18.04, Ubuntu-20.04 ]
+ os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04 ]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Install dependencies
0 commit comments