diff --git a/.github/workflows/rcc.yaml b/.github/workflows/rcc.yaml index f26d452c..1857fe67 100644 --- a/.github/workflows/rcc.yaml +++ b/.github/workflows/rcc.yaml @@ -18,7 +18,8 @@ jobs: - name: "Checkout repository" uses: actions/checkout@v4 with: - submodules: true + repository: robocorp/rcc + ref: v14.15.4 - name: "Setup Go" uses: actions/setup-go@v3 @@ -31,15 +32,13 @@ jobs: ruby-version: '2.7' - name: "Build RCC" - working-directory: rcc run: rake build - name: "Test RCC" - working-directory: rcc run: rake test - name: "Upload RCC binaries" uses: actions/upload-artifact@v3 with: - name: rcc - path: rcc/build + path: build + if-no-files-found: error diff --git a/rcc b/rcc deleted file mode 160000 index c74154fa..00000000 --- a/rcc +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c74154fa919f620176adbf5a2804a8e960df5a29