Skip to content

Commit

Permalink
Update git & remove unused deps in ubuntu runners
Browse files Browse the repository at this point in the history
  • Loading branch information
caass committed Jun 18, 2024
1 parent 200f976 commit ddabe2b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/lre.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 45
steps:

- name: Checkout
uses: >- # v4.1.1
actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand All @@ -28,6 +27,15 @@ jobs:
uses: >- # v10
DeterminateSystems/nix-installer-action@de22e16c4711fca50c816cc9081563429d1cf563
- name: Free disk space
uses: >- # v2.0.0
endersonmenezes/free-disk-space@3f9ec39ebae520864ac93467ee395f5237585c21
with:
remove_android: true
remove_dotnet: true
remove_haskell: true
remove_tool_cache: false

- name: Cache Nix derivations
uses: >- # v4
DeterminateSystems/magic-nix-cache-action@fc6aaceb40b9845a02b91e059ec147e78d1b4e41
Expand Down
2 changes: 1 addition & 1 deletion deployment-examples/docker-compose/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN apt-get update \
DEBIAN_FRONTEND=noninteractive \
apt-get install --no-install-recommends -y \
npm=6.14.4+ds-1ubuntu2 \
git=1:2.25.1-1ubuntu3.12 \
git=1:2.25.1-1ubuntu3.13 \
gcc=4:9.3.0-1ubuntu2 \
g++=4:9.3.0-1ubuntu2 \
python3=3.8.2-0ubuntu2 \
Expand Down

0 comments on commit ddabe2b

Please sign in to comment.