WIP fix secret
This commit is contained in:
parent
71c45c37f3
commit
fbe33b2aff
|
@ -11,13 +11,19 @@ jobs:
|
|||
env:
|
||||
OS_NAME: windows
|
||||
PLATFORM_TARGET: native_dyn
|
||||
SSH_KEY: /tmp/id_rsa
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v1
|
||||
- name: Setup python 3.8
|
||||
uses: actions/setup-python@v1
|
||||
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
|
||||
run: |
|
||||
choco.exe install pkgconfiglite ninja
|
||||
|
|
Loading…
Reference in New Issue