Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
fix: remove sudo from lin, add libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
int-72h authored Dec 29, 2023
1 parent f3d2ac1 commit e8ece28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup
run: |
apt-get update
apt-get install -y libnotify4 libnotify-dev
apt-get install -y libnotify4 libnotify-dev libcurl4-openssl-dev
cp linux/* bin/
cp windows/* bin/
mkdir -v -p ~/.local/share/godot/templates
Expand Down Expand Up @@ -69,8 +69,8 @@ jobs:
repo: adastralgroup/winter
- name: Setup
run: |
sudo apt-get update
sudo apt-get install -y libnotify4 libnotify-dev
apt-get update
apt-get install -y libnotify4 libnotify-dev libcurl4-openssl-dev
cp linux/* bin/
mkdir -v -p ~/.local/share/godot/templates
mv /root/.local/share/godot/templates/${GODOT_VERSION}.stable ~/.local/share/godot/templates/${GODOT_VERSION}.stable
Expand Down

0 comments on commit e8ece28

Please sign in to comment.