Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
menisisaac authored Oct 25, 2023
1 parent 7af0a93 commit 8803991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Updates Packages
run: apt-get update
run: sudo apt-get update
- name: Install Scons
run: apt-get -y install scons gcc-mingw-w64
run: sudo apt-get -y install scons gcc-mingw-w64
- name: Install Compiler
run: yes | apt-get install g++-mingw-w64-x86-64
run: yes | sudo apt-get install g++-mingw-w64-x86-64
- name: Get Repo
run: git clone --recurse-submodules https://github.com/James-Oswald/VirtualSlate.git
- name: Arrive at Repo
Expand Down

0 comments on commit 8803991

Please sign in to comment.