Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/containerization-build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:

- name: Activate Swiftly
run: |
source /opt/swiftly/env.sh
cat /opt/swiftly/env.sh
source ~/.swiftly/env.sh
cat ~/.swiftly/env.sh

- name: Check formatting
run: |
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Make vminitd image
run: |
source /opt/swiftly/env.sh
source ~/.swiftly/env.sh
make -C vminitd swift linux-sdk
make init
env:
Expand Down
Loading