Skip to content

Commit

Permalink
gh actions: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Aug 21, 2024
1 parent 73e333d commit c4dfd3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- uses: actions/checkout@main
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: 2.0.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- if: runner.os == 'Linux'
name: prepare
run: |
sudo apt-get update
sudo apt-get install libglu1-mesa-dev mesa-common-dev xorg-dev libasound-dev
- uses: actions/checkout@main
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: 2.0.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: build
run: |
nimble install -Y
Expand Down

0 comments on commit c4dfd3b

Please sign in to comment.