Skip to content

Commit

Permalink
fix rust problem in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Dec 1, 2021
1 parent 424d510 commit 3ecd859
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/vwsfriend-python-docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ jobs:
vwsfriend-python-deploy:
runs-on: ubuntu-latest
steps:
- name: Set Swap Space
uses: pierotofy/[email protected]
with:
swap-size-gb: 10
- run: |
# Workaround for https://github.com/rust-lang/cargo/issues/8719
sudo mkdir -p /var/lib/docker
sudo mount -t tmpfs -o size=10G none /var/lib/docker
sudo systemctl restart docker
- uses: actions/[email protected]
- name: Set up Python
uses: actions/[email protected]
Expand Down Expand Up @@ -62,6 +53,15 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 300
steps:
- name: Set Swap Space
uses: pierotofy/[email protected]
with:
swap-size-gb: 10
- run: |
# Workaround for https://github.com/rust-lang/cargo/issues/8719
sudo mkdir -p /var/lib/docker
sudo mount -t tmpfs -o size=10G none /var/lib/docker
sudo systemctl restart docker
- name: Version from input
if: github.event_name != 'push'
run: |
Expand Down

0 comments on commit 3ecd859

Please sign in to comment.