summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ubuntu_build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu_build.yml b/.github/workflows/ubuntu_build.yml
index bf517113..ed3140ba 100644
--- a/.github/workflows/ubuntu_build.yml
+++ b/.github/workflows/ubuntu_build.yml
@@ -5,12 +5,14 @@ on: [push]
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Build on ubuntu
run: |
+ sudo add-apt-repository ppa:avsm/ppa
+ sudo apt update
sudo apt install build-essential libgmp-dev z3
sudo apt install opam
etc/ci_opam_build.sh