Skip to content

Commit

Permalink
Fixed execution path
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Apr 19, 2020
1 parent 5e3007c commit 55e0058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
make
- name: Test P(NG)Convert
run: |
./bin/pconvert version
./pconvert version
build-clang:
name: Build Clang
strategy:
Expand All @@ -48,7 +48,7 @@ jobs:
make CC=clang
- name: Test P(NG)Convert
run: |
./bin/pconvert version
./pconvert version
build-gcc-cmake:
name: Build GCC CMake
strategy:
Expand Down

0 comments on commit 55e0058

Please sign in to comment.