Skip to content

Commit

Permalink
Update ci.yml (#56)
Browse files Browse the repository at this point in the history
Workaround for #54
  • Loading branch information
frmdstryr authored May 11, 2020
1 parent dc303f7 commit 1c354c2
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -q -y install libglu1-mesa-dev libgl1-mesa-dev libxi-dev libglfw3-dev libgles2-mesa-dev
- name: "Prepare VM"
run: |
sudo rm -Rf /home/linuxbrew/
- name: "Clone pyOCCT"
uses: actions/checkout@v2
Expand Down Expand Up @@ -109,7 +113,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -q -y install libglu1-mesa-dev libgl1-mesa-dev libxi-dev libglfw3-dev libgles2-mesa-dev
- name: "Prepare VM"
run: sudo rm -Rf /home/linuxbrew/

- name: "Clone pyOCCT"
uses: actions/checkout@v2

Expand Down Expand Up @@ -288,4 +295,4 @@ jobs:
# uses: actions/upload-artifact@v2
# with:
# name: pyocct-py${{ matrix.python-version }}_${{ matrix.os }}
# path: conda
# path: conda

0 comments on commit 1c354c2

Please sign in to comment.