Skip to content

Commit

Permalink
ci: fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 23, 2024
1 parent 1d94d8a commit 0775482
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/riscv64-lin-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on: [push, pull_request]

jobs:
riscv64_job:
# The host should always be Linux
runs-on: ubuntu-latest
name: Build on ubuntu-latest riscv64
steps:
Expand All @@ -15,9 +14,6 @@ jobs:
with:
arch: riscv64
distro: ubuntu_latest

# Not required, but speeds up builds by storing container images in
# a GitHub package registry.
githubToken: ${{ github.token }}
install: |
apt-get update -q -y
Expand All @@ -32,6 +28,6 @@ jobs:
sudo make install
sudo make uninstall
- name: Get the output
- name: Get the output
run: |
echo "The uname output was ${{ steps.runcmd.outputs.uname }}"

0 comments on commit 0775482

Please sign in to comment.