-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
424d510
commit 3ecd859
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
@@ -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: | | ||
|