Skip to content

Commit

Permalink
Downgrade setup python to 3.9 and remove python libraries from build
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Feb 15, 2024
1 parent ae6f2c1 commit f5024f6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/temp-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: 3.9
- name: Update Rust
# print it with style
run: |
Expand All @@ -84,7 +84,6 @@ jobs:
- name: Build and test
run: |
sudo apt-get install libpython3.10-dev
sudo apt-get install libssl-dev
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
cargo build --release
Expand Down

0 comments on commit f5024f6

Please sign in to comment.