Skip to content

Commit

Permalink
fixed pre release
Browse files Browse the repository at this point in the history
  • Loading branch information
FerrisWasTaken committed Mar 6, 2024
1 parent aa0c4cb commit a073869
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ jobs:
with:
name: ${{ matrix.target }} Unstable
path: output
- name: Install dependencies
id: install_dependencies
run: apt-get install libssl-dev openssl
- name: 🖩 Generate CheckSum
id: generate_checksum_step
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ jobs:
toolchain: stable
override: true
target: ${{ matrix.target }}
- name: Install OpenSSl
id: install_openssl
run: apt-get install libssl-dev openssl
- name: 🗂 Set up cargo cache
id: setup_cache_step
uses: actions/cache@v3
Expand Down Expand Up @@ -218,6 +221,9 @@ jobs:
toolchain: stable
override: true
target: ${{ matrix.target }}
- name: Install OpenSSl
id: install_openssl
run: apt-get install libssl-dev openssl
- name: 🗂 Set up cargo cache
id: setup_cache_step
uses: actions/cache@v3
Expand Down

0 comments on commit a073869

Please sign in to comment.