Skip to content

Commit

Permalink
op-264 reverse changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Apr 19, 2024
1 parent e43bc0c commit 8ea571f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
-
name: Get Composer cache directory
id: composer-cache
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

-
name: Cache Composer
uses: actions/cache@v2
Expand Down Expand Up @@ -115,7 +116,7 @@ jobs:
-
name: Get Yarn cache directory
id: yarn-cache
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
run: echo "::set-output name=dir::$(yarn cache dir)"

-
name: Cache Yarn
Expand Down

0 comments on commit 8ea571f

Please sign in to comment.