diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 4bc2eab..1ef7a2c 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -21,13 +21,12 @@ jobs: - name: macOS Clang - Dynamic Deps os: macos-latest build_type: Release - deps_cmd: brew install glib pkg-config - name: macOS Clang - Static Deps os: macos-latest build_type: Release cmake_options: -DDYN_FLUIDSYNTH=OFF -DDYN_MPG123=OFF -DDYN_SNDFILE=OFF - deps_cmd: brew install glib libsndfile mpg123 pkg-config + deps_cmd: brew install libsndfile mpg123 - name: Linux GCC - Dynamic Deps os: ubuntu-latest @@ -51,7 +50,7 @@ jobs: deps_cmd: sudo apt update && sudo apt install libasound2-dev libglib2.0-dev libmpg123-dev libsndfile1-dev steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Dependencies shell: bash @@ -87,3 +86,10 @@ jobs: else ./list_midi_devices fi + + - name: Upload Install Directory + if: false # Remove this line to upload build artifacts + uses: actions/upload-artifact@v4 + with: + name: ${{ matrix.config.name }} + path: build_install