Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Naplavkov committed May 3, 2023
1 parent 3b32679 commit e96a600
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
strategy:
matrix:
dir: ['./example/diff', './example/suffix_tree_viz', './test']
compiler: ['cl']
steps:
- uses: actions/checkout@v3
- uses: ilammy/msvc-dev-cmd@v1
- working-directory: ${{ matrix.dir }}
run: Invoke-Expression ./msvc.bat
run: Invoke-Expression "./msvc.bat ${{ matrix.compiler }}"

0 comments on commit e96a600

Please sign in to comment.