Skip to content

Commit

Permalink
try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DNKpp committed Oct 5, 2024
1 parent d490989 commit ecd0f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
build_mode: [Debug, Release]
cxx_standard: [20, 23]
format_backend: [std, fmt]
config: ${{ fromYaml(${{env.config}}) }}
config: ${{ env.config }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ecd0f86

Please sign in to comment.