Skip to content

Commit

Permalink
missing run key
Browse files Browse the repository at this point in the history
  • Loading branch information
harp-intel committed Aug 12, 2024
1 parent 3dfa617 commit e5afbf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
apt-get install -y wget curl make zip git gcc software-properties-common cmake g++ openjdk-8-jdk jq
apt-get clean
- name: install python 3.10
run: |
apt-get install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-dev
wget https://www.python.org/ftp/python/3.10.14/Python-3.10.14.tgz
tar -xvf Python-3.10.14.tgz
Expand Down

0 comments on commit e5afbf4

Please sign in to comment.