Skip to content

Commit

Permalink
docker.yml canvas (part 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
techno-sam authored Apr 7, 2024
1 parent ea617f5 commit 3664231
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ jobs:
run: python -c "print('Hello World')"

- name: Canvas build deps
run: sudo apt-get install build-essential libcairo2-dev libpango1.0-dev
run: |
sudo apt-get install build-essential libcairo2-dev libpango1.0-dev
export PYTHON=$(which python)
- name: Build and push by digest
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 3664231

Please sign in to comment.