Skip to content

Commit 0b25959

Browse files
committed
SQASHME: try out alpine container
1 parent c16661b commit 0b25959

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/rust.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,24 @@ jobs:
1313
build:
1414

1515
runs-on: ubuntu-latest
16+
container:
17+
image: alpine:3.22
1618

1719
steps:
20+
- name: Install dependencies
21+
run: |
22+
apk update
23+
apk add \
24+
binutils \
25+
gcc \
26+
git \
27+
g++ \
28+
cargo \
29+
ffmpeg-dev \
30+
shaderc \
31+
hdf5 \
32+
netcdf \
33+
zstd \
1834
- uses: actions/checkout@v4
1935
- name: Build
2036
run: cargo build --verbose

0 commit comments

Comments
 (0)