Skip to content

Commit

Permalink
Merge pull request #508 from dora-rs/cargo-update
Browse files Browse the repository at this point in the history
Run cargo update
  • Loading branch information
phil-opp authored May 23, 2024
2 parents d452563 + a370aee commit ea47a55
Show file tree
Hide file tree
Showing 2 changed files with 1,086 additions and 974 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,24 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: r7kamura/[email protected]

- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
if: runner.os == 'Linux'
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: false

- run: cargo --version --verbose
- uses: Swatinem/rust-cache@v2
with:
Expand Down
Loading

0 comments on commit ea47a55

Please sign in to comment.