mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 10:04:52 +00:00
@@ -94,10 +94,11 @@ jobs:
|
|||||||
uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1 / Mold 2.41.0
|
uses: rui314/setup-mold@9c9c13bf4c3f1adef0cc596abc155580bcb04444 # v1 / Mold 2.41.0
|
||||||
|
|
||||||
- name: Install build dependencies
|
- name: Install build dependencies
|
||||||
uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
|
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends cmake libcurl4-openssl-dev
|
||||||
with:
|
#uses: awalsh128/cache-apt-pkgs-action@acb598e5ddbc6f68a970c5da0688d2f3a9f04d05 # v1.6.0
|
||||||
packages: cmake libcurl4-openssl-dev
|
#with:
|
||||||
version: v2 # cache key
|
# packages: cmake libcurl4-openssl-dev
|
||||||
|
# version: v2 # cache key
|
||||||
|
|
||||||
- name: Cache Cargo registry and index
|
- name: Cache Cargo registry and index
|
||||||
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
|
||||||
|
|||||||
Reference in New Issue
Block a user