github/workflow: fix typo

This commit is contained in:
Tom 2020-07-18 01:34:42 +02:00
parent cf3e787279
commit e4c6e7adeb

View File

@ -37,9 +37,9 @@ jobs:
- name: Run example - name: Run example
run: ./build/example run: ./build/example
- name: Install signal-wrangler - name: Install signal-wrangler
runs: cd build && sudo make install run: cd build && sudo make install
- name: Test install - name: Test install
runs: > run: >
cd example cd example
&& $CXX -std=c++17 -Wall -pthread -o example example.cpp && $CXX -std=c++17 -Wall -pthread -o example example.cpp
&& ./example && ./example