Skip to content

Commit

Permalink
ci: Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Oct 1, 2021
1 parent 473e580 commit 1f94deb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-18.04
steps:
# Checkout Repository
- name: Checkout
Expand All @@ -13,11 +13,10 @@ jobs:
# Install Tools
- name: Install Tools
run: |
sudo apt-get install wget build-essential python3
sudo apt-get install wget build-essential python3 ninja-build
pip3 install setuptools
pip3 install requests
pip3 install pexpect
pîp3 install ninja
pip3 install meson
# Install (n)Migen / LiteX / Cores
Expand Down

0 comments on commit 1f94deb

Please sign in to comment.