Skip to content

Commit

Permalink
install dotnet for testing deps/rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
HoloRin committed Apr 25, 2024
1 parent ceab354 commit 963c7b5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-make.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
env:
SUCCESS_PATH: /home/runner/test-result-cache/(@= name @)/${{ matrix.metadata_store }}/${{ matrix.otp_version }}
steps:
#@ if name == "rabbit":
- name: INSTALL DOTNET
run: |
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-6.0
#@ end
- name: RESTORE BUILT REPO
uses: actions/cache@v4
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,10 @@ jobs:
env:
SUCCESS_PATH: /home/runner/test-result-cache/rabbit/${{ matrix.metadata_store }}/${{ matrix.otp_version }}
steps:
- name: INSTALL DOTNET
run: |
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-6.0
- name: RESTORE BUILT REPO
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 963c7b5

Please sign in to comment.