Skip to content

Commit

Permalink
Update GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Dec 14, 2024
1 parent 9df7e7d commit 626cfb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Swift Version
run: swift --version
- name: Install dependencies
run: DEBIAN_FRONTEND=noninteractive apt-get install -y libcairo2-dev libfreetype6-dev libfontconfig-dev
run: sudo apt-get install -y libcairo2-dev libfreetype6-dev libfontconfig-dev
- name: Build (Debug)
run: swift build -c debug
- name: Build (Release)
Expand Down

0 comments on commit 626cfb3

Please sign in to comment.