Skip to content

Commit

Permalink
GH Actions: enclose numeric strings in quotes for robustness
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Oct 27, 2023
1 parent b2b0295 commit cd3f649
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
fail-fast: false
matrix:
cpp-standard:
- 98
- 11
- 20
- '98'
- '11'
- '20'
steps:
- uses: actions/checkout@v4
- name: restore
Expand Down

0 comments on commit cd3f649

Please sign in to comment.