Skip to content

Commit

Permalink
Ok yep I forgot to checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nahkd123 committed Mar 10, 2024
1 parent 71312d4 commit c417030
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
name: Linux Natives
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8
dotnet-quality: ga
- name: Install GCC toolchains
run: |
sudo apt install gcc gcc-aarch64-linux-gnu
ls -la
- name: Build NativeAOT with GNU Make (Linux x64, Linux arm64)
run: make linux-x64 linux-arm64
working-directory: ./inking-otd
working-directory: inking-otd
- uses: actions/upload-artifact@v4
with:
name: linux-natives
Expand Down

0 comments on commit c417030

Please sign in to comment.