build(mlir): setup things to use the MLIR/homomorphizer docker image

This commit is contained in:
Arthur Meyre
2021-08-03 14:42:05 +02:00
parent a158b09f44
commit 0baa02549c

View File

@@ -9,12 +9,20 @@ jobs:
cancel-in-progress: true
runs-on: ubuntu-20.04
container:
image: ghcr.io/zama-ai/zamalang-compiler
credentials:
username: zama-bot
password: ${{ secrets.BOT_TOKEN }}
strategy:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v2
- name: Install Git
run: apt-get install git -y
- name: Checkout Code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}