Skip to content

Commit

Permalink
WIP: CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Aug 18, 2024
1 parent c92deca commit 32aebde
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/maven_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
run: |
df -h
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
# - name: Maximize build space
# uses: easimon/maximize-build-space@master
# with:
# root-reserve-mb: 512
# swap-size-mb: 1024
# remove-dotnet: 'true'

- name: freespace_2
run: |
Expand Down Expand Up @@ -100,6 +100,12 @@ jobs:
coreutils \
libncurses5
- name: move_source
run: |
sudo mv -s /root/work /mnt/
sudo ls -al /mnt
sudo bash -c "cd /root/ ; ln -s /mnt/work; ls -al"
- name: move_source
run: |
sudo mkdir -p /root/work/jni-c-toxcore/
Expand Down

0 comments on commit 32aebde

Please sign in to comment.