Skip to content

Commit

Permalink
Update experimental.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UE4SS authored Oct 15, 2023
1 parent 2e8250e commit 1327db5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ jobs:
fetch-depth: 0 # needed to get commits since last tag
ssh-key: ${{ secrets.UEPSEUDO_SSH_KEY }}

- name: Setup github SSH
uses: kielabokkie/ssh-key-and-known-hosts-action@v1
with:
ssh-private-key: ${{ secrets.UEPSEUDO_SSH_KEY }}
ssh-host: github.com

- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -47,11 +53,6 @@ jobs:
Invoke-WebRequest -URI https://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe -OutFile dxwebsetup.exe
Start-Process -Wait dxwebsetup.exe /q
- name: Setup github SSH
uses: invi5H/ssh-action@19028e56495e54652cff8d87f172d812ee8c3c27
with:
SSH_KEY: ${{ secrets.UEPSEUDO_SSH_KEY }}

- name: Build
run: |
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 1327db5

Please sign in to comment.