From f52b3d84b1064a0e88b8fb7d2bbc4ff269bb0db4 Mon Sep 17 00:00:00 2001 From: abhinavsns <73834077+abhinavsns@users.noreply.github.com> Date: Thu, 11 May 2023 12:34:17 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5062e626d..111bbfd8c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -75,7 +75,7 @@ jobs: - uses: actions/checkout@v3 with: submodules: true - name: ccache + - name: ccache uses: hendrikmuhs/ccache-action@v1.2 name: Restore Cache dependencies uses: actions/cache/restore@v3 @@ -115,4 +115,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: openfpm_macos - path: ./openfpm_pdata-$ofp_version-Darwin.pkg \ No newline at end of file + path: ./openfpm_pdata-$ofp_version-Darwin.pkg -- GitLab