Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki authored Jan 23, 2024
1 parent e4f2972 commit 564a193
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:

- name: Install ncurses
run: |
if [ "$(uname)" == "Darwin" ]; then
brew install ncurses
else
sudo apt-get install libncurses-dev libc6-dev
getconf GNU_LIBC_VERSION
fi
getconf GNU_LIBC_VERSION
- name: Install Kotlin
uses: sdkman/sdkman-action@master
Expand Down

0 comments on commit 564a193

Please sign in to comment.