Skip to content

Commit

Permalink
Attempt to fix macOS build again
Browse files Browse the repository at this point in the history
  • Loading branch information
tech-ticks committed Aug 20, 2023
1 parent 5593aec commit 24d4d80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Build and test

on: [push, pull_request]
on:
push:
branches: [master]
pull_request:
branches: [master]


jobs:
build-and-test:
Expand Down
1 change: 0 additions & 1 deletion SkyEditor.UI/Installer/mac-deps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
/usr/local/Cellar/pango/*/lib/libpango-1.0.0.dylib
/usr/local/Cellar/pango/*/lib/libpangocairo-1.0.0.dylib
/usr/local/Cellar/pango/*/lib/libpangoft2-1.0.0.dylib
/usr/local/Cellar/pcre/*/lib/libpcre.*.dylib
/usr/local/Cellar/pixman/*/lib/libpixman-1.0.dylib

0 comments on commit 24d4d80

Please sign in to comment.