Skip to content

Commit

Permalink
Adding Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Apr 24, 2024
1 parent 185e063 commit 5996898
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/_build-and-cache-by-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,17 @@ jobs:

- name: Compile the software from source
working-directory: packages/${{ inputs.package-name }}
env:
PKG_VER: "${{ inputs.package-version }}"
run: |
# Run the compile script for Ubuntu 22.04
# Run the compile script for Ubuntu
# Variables are defined by the Docker container this is running in.
bash "./compile-${OS_DIST}-${OS_DIST_NAME}.sh"
- name: Package the compiled software
working-directory: packages/${{ inputs.package-name }}
env:
PKG_VER: "${{ inputs.package-version }}"
run: |
# Decode the contents into files.
echo -n "${GPG_KEY_B64}" | base64 --decode > 3C7658F0.asc
Expand Down

0 comments on commit 5996898

Please sign in to comment.