mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-08 08:04:30 +01:00
fix: use lowercase names for builtin external extensions (#1756)
This commit is contained in:
44
.github/workflows/ci.yml
vendored
44
.github/workflows/ci.yml
vendored
@@ -33,6 +33,28 @@ jobs:
|
||||
name: Build and Test Rust Project
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# Add disk space cleanup before linting
|
||||
- name: Check disk space before build
|
||||
run: df -h
|
||||
|
||||
#https://github.com/actions/runner-images/issues/2840
|
||||
- name: Clean up disk space
|
||||
run: |
|
||||
echo "Cleaning up disk space..."
|
||||
sudo rm -rf \
|
||||
/opt/google/chrome \
|
||||
/opt/microsoft/msedge \
|
||||
/opt/microsoft/powershell \
|
||||
/usr/lib/mono \
|
||||
/usr/local/lib/android \
|
||||
/usr/local/lib/node_modules \
|
||||
/usr/local/share/chromium \
|
||||
/usr/local/share/powershell \
|
||||
/usr/share/dotnet \
|
||||
/usr/share/swift
|
||||
|
||||
df -h
|
||||
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@@ -70,28 +92,6 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-cargo-build-
|
||||
|
||||
# Add disk space cleanup before linting
|
||||
- name: Check disk space before build
|
||||
run: df -h
|
||||
|
||||
#https://github.com/actions/runner-images/issues/2840
|
||||
- name: Clean up disk space
|
||||
run: |
|
||||
echo "Cleaning up disk space..."
|
||||
sudo rm -rf \
|
||||
/opt/google/chrome \
|
||||
/opt/microsoft/msedge \
|
||||
/opt/microsoft/powershell \
|
||||
/usr/lib/mono \
|
||||
/usr/local/lib/android \
|
||||
/usr/local/lib/node_modules \
|
||||
/usr/local/share/chromium \
|
||||
/usr/local/share/powershell \
|
||||
/usr/share/dotnet \
|
||||
/usr/share/swift
|
||||
|
||||
df -h
|
||||
|
||||
- name: Build and Test
|
||||
run: |
|
||||
gnome-keyring-daemon --components=secrets --daemonize --unlock <<< 'foobar'
|
||||
|
||||
Reference in New Issue
Block a user