Skip to content

Commit 7da3779

Browse files
authored
Use the actual path to Swiftly on GitHub runners (#595)
Use the actual path to Swiftly on GitHub runners instead of a link.
1 parent 54b91c4 commit 7da3779

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/containerization-build-template.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535

3636
- name: Activate Swiftly
3737
run: |
38-
source /opt/swiftly/env.sh
39-
cat /opt/swiftly/env.sh
38+
source ~/.swiftly/env.sh
39+
cat ~/.swiftly/env.sh
4040
4141
- name: Check formatting
4242
run: |
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Make vminitd image
6161
run: |
62-
source /opt/swiftly/env.sh
62+
source ~/.swiftly/env.sh
6363
make -C vminitd swift linux-sdk
6464
make init
6565
env:

0 commit comments

Comments
 (0)