Skip to content

Commit

Permalink
Install python2
Browse files Browse the repository at this point in the history
  • Loading branch information
mraerino committed Aug 11, 2024
1 parent 6d8751c commit 70f1ee8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
build:
needs: gather_targets
name: Build Images
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
strategy:
matrix:
target: ${{ fromJson(needs.gather_targets.outputs.targets) }}
Expand All @@ -43,6 +43,11 @@ jobs:
- uses: actions/checkout@v4
with:
path: site
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get -y --no-install-recommends install \
python2
- name: Prepare Gluon
run: make update
- name: Build Gluon Image
Expand Down

0 comments on commit 70f1ee8

Please sign in to comment.