WIP fix secret
This commit is contained in:
parent
71c45c37f3
commit
fbe33b2aff
|
@ -11,13 +11,19 @@ jobs:
|
||||||
env:
|
env:
|
||||||
OS_NAME: windows
|
OS_NAME: windows
|
||||||
PLATFORM_TARGET: native_dyn
|
PLATFORM_TARGET: native_dyn
|
||||||
|
SSH_KEY: /tmp/id_rsa
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Setup python 3.8
|
- name: Setup python 3.8
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.6'
|
||||||
|
- name: secret
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
echo "${{secrets.ssh_key}}" > $SSH_KEY
|
||||||
|
chmod 600 $SSH_KEY
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
choco.exe install pkgconfiglite ninja
|
choco.exe install pkgconfiglite ninja
|
||||||
|
|
Loading…
Reference in New Issue