Skip to content

Commit

Permalink
Update release-alpine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 authored Oct 21, 2024
1 parent d75e394 commit 84f2439
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,20 @@ jobs:
build-base \
boost-dev \
gmp-dev \
abuild
abuild
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'

- name: Install dependencies
run: |
python -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install sympy==1.12.1 cairo-lang==0.12.0
- name: Change ownership of /github/home
run: sudo chown -R $(whoami) /github/home
Expand Down

0 comments on commit 84f2439

Please sign in to comment.