Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Oct 19, 2024
1 parent bf99487 commit 5e763ac
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,8 @@ jobs:
- name: Set VCPKG_ROOT environment variable
run: echo "VCPKG_ROOT=$(vcpkg integrate install)" >> $GITHUB_ENV

- name: Install SFML with vcpkg
run: vcpkg install sfml

- name: Set up SSH
shell: pwsh
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Clone Dependencies
run: |
mkdir -p ~/.ssh
echo $env:SSH_PRIVATE_KEY | Out-File -Encoding ascii ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan github.com | Out-File -Append ~/.ssh/known_hosts
Start-Process ssh-agent -Wait
& ssh-add ~/.ssh/id_ed25519
git submodule update --init --recursive
- name: Configure and build
Expand Down

0 comments on commit 5e763ac

Please sign in to comment.