Skip to content

Commit

Permalink
workflow setup (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Sep 2, 2024
1 parent 3aaf418 commit 89bec63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rocky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,16 @@ jobs:
with:
name: sinatra-package

- name: Check packages
- name: Install OpenSSL 1.1
run: dnf -y install compat-openssl11-1.1.1k

- name: Adjust package permissions
run: |
set -o errexit -o pipefail -o noclobber -o nounset
chmod +x sinatra-package
- name: Smoke check
run: |
./sinatra-package -h
- name: Start packaged Sinatra application
Expand Down

0 comments on commit 89bec63

Please sign in to comment.