Skip to content

Commit

Permalink
publish stage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl committed Jan 9, 2025
1 parent 87b9c87 commit 42717d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,6 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: temurin:1.11.0.17
- uses: sbt/setup-sbt@v1
- name: Cache ivy packages
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -587,7 +586,8 @@ jobs:
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/local/lib/android
- uses: sbt/setup-sbt@v1
- name: Publish with scaladocs
if: ${{ github.ref == 'refs/heads/staging' }}
env:
Expand Down

0 comments on commit 42717d0

Please sign in to comment.