Skip to content

Commit

Permalink
adding docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
aaravm committed Aug 4, 2024
1 parent 178d6ae commit cb80abe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ on:
- main

jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:24.04
env:
OPENSSL_DIR: /usr/include/openssl
OPENSSL_LIB_DIR: /usr/lib/x86_64-linux-gnu
OPENSSL_INCLUDE_DIR: /usr/include/openssl

setup:
runs-on: ubuntu-latest
outputs:
Expand Down

0 comments on commit cb80abe

Please sign in to comment.