Skip to content

Commit

Permalink
macos: restore ninja line
Browse files Browse the repository at this point in the history
I don't know how this got removed...
  • Loading branch information
itsmattkc committed May 2, 2023
1 parent a70e9ab commit 4d7889f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ jobs:
fi
gn gen out/Default "--args=target_cpu=\"$CPU\""
ninja -C out/Default
mkdir "$INSTALL_DIR/crashpad"
rsync -ra --include "*/" --include "*.h" --include "*.a" --include "out/Default/obj/out/Default/gen/util/mach/*.o" --exclude "*.*" . "$INSTALL_DIR/crashpad"
Expand Down

0 comments on commit 4d7889f

Please sign in to comment.