Skip to content

Commit

Permalink
ci: remove toolchain workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwml committed Jun 29, 2023
1 parent 8888828 commit 3dc704b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 96 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
- name: Free disk space
run: |
sudo rm -rf /etc/apt/sources.list.d
sudo sed -i 's/azure.archive.ubuntu.com/archive.ubuntu.com/g' /etc/apt/sources.list
sudo swapoff -a
sudo rm -f /swapfile
sudo docker image prune -a -f
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Free disk space
run: |
sudo rm -rf /etc/apt/sources.list.d
sudo sed -i 's/azure.archive.ubuntu.com/archive.ubuntu.com/g' /etc/apt/sources.list
sudo swapoff -a
sudo rm -f /swapfile
sudo docker image prune -a -f
Expand Down
96 changes: 0 additions & 96 deletions .github/workflows/build-toolchain.yml

This file was deleted.

0 comments on commit 3dc704b

Please sign in to comment.