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 50ddcb6 commit ce734cb
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ on:

jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
container:
image: ubuntu:21.04

steps:
- uses: actions/checkout@v2
Expand All @@ -28,7 +27,7 @@ jobs:
brew install ncurses
else
sudo apt-get install libncurses-dev libc6-dev
sudo find / -name libc-header-start.h
ldd --version
fi
- name: Install Kotlin
Expand Down

0 comments on commit ce734cb

Please sign in to comment.