File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33* [ ` install.sh ` ] ( ./install.sh ) is delivered when you ` curl tea.xyz ` .
44* This repository also provides the ` tea ` GitHub Action.
55
6- # GitHub Action 0.15.3
6+ # GitHub Action 0.16.0
77
88``` yaml
99- uses : teaxyz/setup@v0
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ if test -f /etc/debian_version; then
99 # https://packages.debian.org/buster/all/netbase/filelist
1010 COMMON=" netbase"
1111
12+ # difficult to pkg in our opinion
13+ COMMON=" libudev-dev $COMMON "
14+
1215 case $( cat /etc/debian_version) in
1316 jessie/sid|8.* |stretch/sid|9.* )
1417 apt-get --yes install libc-dev libstdc++-4.8-dev libgcc-4.7-dev $COMMON ;;
@@ -17,7 +20,7 @@ if test -f /etc/debian_version; then
1720 bullseye/sid|11.* )
1821 apt-get --yes install libc-dev libstdc++-10-dev libgcc-9-dev $COMMON ;;
1922 bookworm/sid|12.* |* )
20- apt-get --yes install libc-dev libstdc++-11-dev libgcc-10 -dev $COMMON ;;
23+ apt-get --yes install libc-dev libstdc++-11-dev libgcc-11 -dev $COMMON ;;
2124 esac
2225elif test -f /etc/fedora-release; then
2326 yum --assumeyes install libatomic
You can’t perform that action at this time.
0 commit comments