diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c5b0e5..3866162 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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