File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 3232 - debian
3333 - ubuntu
3434 - fedora
35- - opensuse/tumbleweed
35+ - opensuse/leap
3636 steps :
3737 - uses : actions/checkout@v2
3838
Original file line number Diff line number Diff line change 1818 debhelper \
1919 git
2020
21- curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal -y
22- source ~ /.cargo/env
23-
2421elif command -v yum
2522then
2623 yum install -y \
27- cargo \
24+ gcc \
2825 gettext \
2926 git \
3027 rpm-build
3128
3229elif command -v zypper
3330then
3431 zypper install -y \
35- cargo \
32+ curl \
33+ gcc \
3634 gettext-runtime \
3735 git \
3836 rpm-build
4240 exit 1
4341fi
4442
43+ curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --profile minimal -y
44+ source ~ /.cargo/env
45+
4546# Test the builtin in this system.
4647cargo test
4748
You can’t perform that action at this time.
0 commit comments