Install nginx on CI

This commit is contained in:
Bartosz Polaczyk
2024-07-02 23:23:16 -07:00
committed by GitHub
parent 4db65a9bc5
commit 832e0ffeb0
+2
View File
@@ -21,6 +21,8 @@ jobs:
run: "sudo xcode-select -s /Applications/Xcode_$XCODE_VERSION.app"
- name: Checkout
uses: actions/checkout@v1
- name: Install nginx
run: brew install nginx
- name: Build and Run
run: rake build[release]
- name: Test