Skip to content

Commit

Permalink
fix missing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed May 9, 2024
1 parent bfad182 commit d0fd760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_nsfplay3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
wxlib/make
wx/include
portaudiolib/make
key: sub-ubuntu-${{ env.WXHASH }}-${{ env.PAHASH }
key: sub-ubuntu-${{ env.WXHASH }}-${{ env.PAHASH }}
# Cache needs the source include because wx-config does not reference the cmake --install
# directories, only the source build for some reason?
- name: Build Submodules
Expand Down

0 comments on commit d0fd760

Please sign in to comment.