Skip to content

Commit c4fa06c

Browse files
committed
wip
1 parent a731bfa commit c4fa06c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/install-swift/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: Install apt dependencies
8+
shell: bash
89
run: |
910
sudo apt-get -qq update
1011
sudo apt-get -qq -y install curl gpg binutils git unzip gnupg2 libc6-dev \
@@ -15,6 +16,7 @@ runs:
1516
DEBIAN_FRONTEND: noninteractive
1617

1718
- name: Install Swiftly
19+
shell: bash
1820
run: |
1921
curl -O "https://download.swift.org/swiftly/linux/swiftly-$(uname -m).tar.gz"
2022
tar zxf "swiftly-$(uname -m).tar.gz"
@@ -30,6 +32,7 @@ runs:
3032
echo "PATH=$PATH" >> $GITHUB_ENV
3133
3234
- name: Install Swift
35+
shell: bash
3336
run: |
3437
swiftly install
3538
swift --version

0 commit comments

Comments
 (0)