Skip to content

Commit

Permalink
remove make test from GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
szaghi committed Jul 5, 2022
1 parent fa67aaa commit 1039836
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ jobs:
contents: write

steps:
- name: INSTALL SCRIPT + make
run: |
wget $(curl -s https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest | grep 'browser_' | cut -d\" -f4 | grep -i install.sh)
chmod +x install.sh
./install.sh --download wget --build make
rm -rf *
- name: INSTALL SCRIPT + cmake
run: |
wget $(curl -s https://api.github.com/repos/$GITHUB_REPOSITORY/releases/latest | grep 'browser_' | cut -d\" -f4 | grep -i install.sh)
Expand Down

0 comments on commit 1039836

Please sign in to comment.