From 461acc1fff3833d348e9814468fdf75351a0ce0e Mon Sep 17 00:00:00 2001 From: Joe George Date: Fri, 23 Feb 2024 13:44:32 -0500 Subject: [PATCH] matlab --- .github/workflows/ci.yml | 38 +++++--------------------------------- 1 file changed, 5 insertions(+), 33 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bb992a..92f2f01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,37 +9,9 @@ jobs: name: test ccache on ubuntu-latest runs-on: ubuntu-latest steps: - - name: Checkout repository - uses: actions/checkout@v4 + - name: Setup MATLAB + uses: matlab-actions/setup-matlab@v2 - - name: Install Ice deps - run: | - sudo apt-get update && sudo apt-get install -y \ - libbz2-dev libssl-dev libffi-dev \ - libmcpp-dev libedit-dev liblmdb-dev libexpat1-dev \ - libbluetooth-dev libdbus-1-dev \ - libsystemd-dev - - - name: Setup ccache - uses: hendrikmuhs/ccache-action@v1.2 - with: - # create-symlink: true - key: ${{ runner.os }}-build-hello-${{ github.sha }} - restore-keys: | - ${{ runner.os }}-build-hello - ${{ runner.os }}-build- - - - name: Put ccache in path - run: | - echo "/usr/lib/ccache" >> $GITHUB_PATH - echo "/usr/local/opt/ccache/libexec" >> $GITHUB_PATH - echo "/opt/homebrew/opt/ccache/libexec" >> $GITHUB_PATH - shell: bash - - - name: Clone Ice - run: git clone https://github.com/zeroc-ice/ice - - - name: Build Ice - run: | - cd ice/cpp - make -j3 V=1 Ice + - name: List contents + working-directory: /usr/local/MATLAB + run: find .