Skip to content

Commit

Permalink
Fix syntax error in build-run-tests-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyvan authored Oct 16, 2023
1 parent 049e41e commit 4914801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-run-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Swift 5.9-RELEASE
run:
run: |
echo ====== Installing dependencies...
export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true
Expand Down

0 comments on commit 4914801

Please sign in to comment.