Skip to content

Commit

Permalink
volumes bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Jan 4, 2025
1 parent c1ef30d commit 7ed2751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,12 @@ jobs:
gcc
g++
cmake
volumes:${{ github.workspace }}: ${{ github.workspace }}
volumes: ${{ github.workspace }}:/project
- name: Make script executable
run: chmod +x build_linux.sh
- name: Build TA-Lib
run: |
cd ${{ github.workspace }}&&./build_linux.sh
cd /project&&./build_linux.sh
shell: alpine.sh {0}
- name: Build wheels
uses: pypa/cibuildwheel@v2.22.0
Expand Down

0 comments on commit 7ed2751

Please sign in to comment.