Skip to content

Commit

Permalink
fixed pre release (sudo)
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrisWasTaken committed Mar 6, 2024
1 parent a073869 commit dd90102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
target: ${{ matrix.target }}
- name: Install OpenSSl
id: install_openssl
run: apt-get install libssl-dev openssl
run: sudo apt-get install -y libssl-dev openssl
- name: 🗂 Set up cargo cache
id: setup_cache_step
uses: actions/cache@v3
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
target: ${{ matrix.target }}
- name: Install OpenSSl
id: install_openssl
run: apt-get install libssl-dev openssl
run: sudo apt-get install -y libssl-dev openssl
- name: 🗂 Set up cargo cache
id: setup_cache_step
uses: actions/cache@v3
Expand Down

0 comments on commit dd90102

Please sign in to comment.