Skip to content

Commit

Permalink
fix: workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Calbabreaker committed Nov 13, 2023
1 parent d4b8a97 commit 90791a0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,14 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.6"
uses: actions/checkout@v2
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y cmake ccache
sudo apt-get install -y cmake python3 ccache
- name: Run run_tests.py
run: python3 tests/run_tests.py

Expand Down

0 comments on commit 90791a0

Please sign in to comment.