Skip to content

Commit

Permalink
github workflows build: tweak features
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKnauth committed Jun 14, 2024
1 parent 9d49d1e commit f08a171
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
include:
- label: Stable
postfix: _stable
features: ""
features: '""'
- label: Unstable
postfix: _unstable
features: "unstable"
features: '"unstable"'
steps:
- name: Checkout Commit
uses: actions/checkout@v3
Expand Down

0 comments on commit f08a171

Please sign in to comment.