Skip to content

Commit

Permalink
Trying to fix annoying bug in CD and Test Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vednig authored Sep 1, 2024
1 parent c68ea28 commit dadd957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: curl https://ifconfig.me/ip

- name: Install Dependencies
run : sudo apt update -y & sudo apt-get install git build-essential cmake clang ninja-build libgtk-3-dev -y
run : sudo apt update -y -s & sudo apt-get install git build-essential cmake clang ninja-build libgtk-3-dev -y -s

- uses: actions/checkout@v4
- name: set up JDK 11
Expand Down

0 comments on commit dadd957

Please sign in to comment.