Skip to content

Commit

Permalink
install build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Nov 11, 2024
1 parent a50aff3 commit aacf565
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/libtorch-linux-cpu-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
timeout-minutes: 120
steps:
- uses: actions/checkout@v3
- name: Install compilation tools
run: |
apt-get update
apt-get install -y build-essential
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: pytorch
Expand Down

0 comments on commit aacf565

Please sign in to comment.