Skip to content

Commit

Permalink
fixed actions workflows (build)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpbm committed Jul 9, 2024
1 parent 777dee5 commit 8687592
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cmake-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ jobs:
- uses: actions/checkout@v3

- name: Prepare ubuntu
run: |
chmod +x ./dep-ubuntu.sh && ./dep-ubuntu.sh \
git config --global user.name "" \
git config --global user.email ""
- uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Setup python
run: python -m pip install -r requirements.txt

- name: Run script to Build and Test
Expand Down

0 comments on commit 8687592

Please sign in to comment.