We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192b0bf commit c9f34a2Copy full SHA for c9f34a2
2 files changed
.github/workflows/build-variant.yaml
@@ -28,6 +28,8 @@ jobs:
28
steps:
29
- name: Checkout repository
30
uses: actions/checkout@v4
31
+ with:
32
+ lfs: true
33
34
# CMake is required for node-bzip2
35
- name: Install CMake
.github/workflows/sync-fastdl.yaml
@@ -21,6 +21,8 @@ jobs:
21
22
23
24
25
26
27
run: sudo apt-get update -y && sudo apt-get install -y cmake
0 commit comments