]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Remove apparently unnecessary ::add-path command
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Oct 2020 19:24:22 +0000 (21:24 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 15 Oct 2020 19:32:27 +0000 (21:32 +0200)
.github/workflows/build.yaml

index 5ce3c7fd41ca9e2f6b9dd791433a60b9c5eb2edc..5bd2fec055d40079d927b22698f842d085e7a483 100644 (file)
@@ -129,7 +129,6 @@ jobs:
             ENABLE_CACHE_CLEANUP_TESTS: 1
             CMAKE_PREFIX: scan-build
             RUN_TESTS: none
-            path: /usr/bin
             apt_get: libzstd-dev
 
           - name: Linux binary
@@ -181,10 +180,6 @@ jobs:
         if: matrix.config.apt_get != ''
         run: sudo apt-get install ${{ matrix.config.apt_get }}
 
-      - name: Prefix PATH
-        if: matrix.config.path != ''
-        run: echo "::add-path::${{ matrix.config.path }}"
-
       - name: Build and test
         env:
           ASAN_OPTIONS: ${{ matrix.config.ASAN_OPTIONS }}