From 5e1a4c484819faf23ba480d032da07b36a454ae5 Mon Sep 17 00:00:00 2001 From: Zacharias Knudsen Date: Tue, 5 Nov 2024 15:54:25 +0100 Subject: [PATCH] wip --- .github/workflows/test-macos.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 0c82f24e..411e8d00 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -18,17 +18,17 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Cache Cargo - uses: actions/cache@v3 - with: - path: ~/.cargo - key: ${{ runner.os }}-cargo-2023 + # - name: Cache Cargo + # uses: actions/cache@v3 + # with: + # path: ~/.cargo + # key: ${{ runner.os }}-cargo-2023 # - name: Install pg_validate_extupgrade # run: cargo install --locked --git https://github.com/rjuju/pg_validate_extupgrade.git - # - name: Install (& link) PostgreSQL - # run: brew install postgresql@${{ matrix.pg }} postgis + - name: Install (& link) PostgreSQL + run: brew install postgresql@${{ matrix.pg }} postgis - name: Generate run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }}