From f25a30edc742d300ee87f799c94c65eb1190204a Mon Sep 17 00:00:00 2001 From: ksherlock Date: Tue, 1 Dec 2020 23:08:34 -0500 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 69a58ed..f85df75 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -12,6 +12,10 @@ jobs: steps: - uses: actions/checkout@v2 + - name: xcode 12.2 + shell: bash + run: sudo xcode-select -s /Applications/Xcode_12.2.app + - name: Brew run: brew install ragel @@ -28,3 +32,9 @@ jobs: shell: bash # Execute the build. You can specify a specific target with "--target " run: cmake --build . --config $BUILD_TYPE + + - name: Archive + uses: actions/upload-artifact@v2 + with: + name: mpw fat + path: ${{runner.workspace}}/build/mpw-shell