From fbe33b2affb3b42be7726bd6c80419cc4b4092c3 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 28 Sep 2020 17:46:29 +0200 Subject: [PATCH] WIP fix secret --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7d3807..be98d77 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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