Skip to content

Commit

Permalink
ci: remove architecture check
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 17, 2024
1 parent 5c7d759 commit 55ee0f5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
fail-fast: false

steps:
- name: Output system architecture
run: |
echo $env:PROCESSOR_ARCHITECTURE
- name: Checkout
uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -78,10 +74,6 @@ jobs:
fail-fast: false

steps:
- name: Output system architecture
run: |
uname -m
- name: Update system
run: |
pacman -Syu --noconfirm
Expand Down

0 comments on commit 55ee0f5

Please sign in to comment.