Skip to content

Commit e441a7c

Browse files
committed
Fix deb variable name in yml
1 parent 2a88ec7 commit e441a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
54-
build_type: [ debug, release ]
54+
build-type: [ debug, release ]
5555
steps:
5656
- name: Checkout
5757
uses: actions/checkout@v2

0 commit comments

Comments
 (0)