Skip to content

Commit e01054b

Browse files
Ridwan Abdilahimbrubeck
Ridwan Abdilahi
authored andcommitted
Fix broken CI yaml script. Ensure a default value exists for the os matrix key.
1 parent 09b4988 commit e01054b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
toolchain: ["stable", "beta", "nightly", "1.36.0"]
15+
os: [ubuntu-latest]
1516
include:
1617
- toolchain: stable
1718
env:

0 commit comments

Comments
 (0)