WIP fix secret

This commit is contained in:
Matthieu Gautier 2020-09-28 17:46:29 +02:00
parent 71c45c37f3
commit fbe33b2aff
1 changed files with 7 additions and 1 deletions

View File

@ -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