Skip to content

Commit

Permalink
Fix broken CI yaml script. Ensure a default value exists for the os
Browse files Browse the repository at this point in the history
… matrix key.
  • Loading branch information
Ridwan Abdilahi authored and mbrubeck committed Sep 14, 2022
1 parent 09b4988 commit e01054b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
toolchain: ["stable", "beta", "nightly", "1.36.0"]
os: [ubuntu-latest]
include:
- toolchain: stable
env:
Expand Down

0 comments on commit e01054b

Please sign in to comment.