Install nginx on CI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user