Skip to content

Commit

Permalink
Removed SSH step in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Sep 16, 2024
1 parent 318dacb commit bad8aed
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/runneontest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get install libpython3.9 libtinfo5
sudo apt install build-essential
sudo apt install gcc-11-aarch64-linux-gnu
- name: Activate vcpkg
uses: ARM-software/cmsis-actions/vcpkg@v1
Expand Down Expand Up @@ -58,9 +59,6 @@ jobs:
python processTests.py -gen . -p Patterns -d Parameters -f Output_f16.pickle -e
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Execute
run: |
cd Testing/build
Expand Down

0 comments on commit bad8aed

Please sign in to comment.