Skip to content

Commit

Permalink
fixerror
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhhgnik committed Oct 4, 2024
1 parent 16564e5 commit de7b62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: fedora:34
image: fedora:38
options: --workdir /github/workspace
env:
TARGET_ARCH: x86_64

steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
6 changes: 0 additions & 6 deletions fedora-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ set -e
os=$(uname | tr '[:upper:]' '[:lower:]')
arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)

# Set architecture variable
arch=$(uname -m | sed s/aarch64/arm64/ | sed s/x86_64/amd64/)

# Update and install system dependencies
dnf update -y && dnf install -y \
Expand All @@ -25,10 +23,6 @@ wget https://www.python.org/ftp/python/3.9.17/Python-3.9.17.tgz \
&& make altinstall \
&& cd .. && rm -rf Python-3.9.17*

# Ensure Python 3.9 and pip are available
ln -s /usr/local/bin/python3.9 /usr/bin/python3.9 \
&& ln -s /usr/local/bin/pip3.9 /usr/bin/pip3.9

# Install Python packages
pip3.9 install cpplint pytest numpy sympy==1.12.1 cairo-lang==0.12.0

Expand Down

0 comments on commit de7b62d

Please sign in to comment.