mirror of
https://github.com/varunsridharan/actions-toolkit.git
synced 2025-02-25 16:13:17 +08:00
5 lines
31 B
Text
5 lines
31 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
apk add wget
|