Skip to content

Commit

Permalink
remove steps from action
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbekarlsson committed May 4, 2023
1 parent e2feed3 commit 841bacd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/compile_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,5 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- name: make
run: make
#- name: install dependencies
#run: sudo apt-get update -y && sudo apt-get install --yes libcmocka-dev libcmocka0
- name: tests
run: git submodule update; git submodule sync; mkdir -p build && cd build && cmake .. && make && cd tests && ./gpp_test

0 comments on commit 841bacd

Please sign in to comment.