Skip to content

Commit

Permalink
Echo env
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 17, 2024
1 parent ccc7454 commit 28a71ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
air-version: "33.1"
accept-air-license: true

- name: Setup Flex Adt License
run: |
echo "${FLEX_HOME}"
# echo "${{ secrets.FLEX_ADT_LIC }}" | base64 --decode > ${FLEX_HOME}/lib/adt.lic
shell: bash

- name: Install NSIS plugin nsProcess
working-directory: MoonshineSDKInstaller/build
run: |
Expand Down

0 comments on commit 28a71ee

Please sign in to comment.