Skip to content

Commit

Permalink
Add quotes for example name
Browse files Browse the repository at this point in the history
  • Loading branch information
jfabellera committed Jan 9, 2024
1 parent 17df370 commit a7872ab
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 @@ -62,6 +62,6 @@ jobs:
- name: Build
# if: (matrix.language == 'Java' && !matrix.skip-java) || (matrix.language == 'C++' && !matrix.skip-cpp)
run: |
cd ${{ matrix.language }}
cd ${{ matrix.example }}
cd "${{ matrix.language }}"
cd "${{ matrix.example }}"
./gradlew build

0 comments on commit a7872ab

Please sign in to comment.