Skip to content

Commit

Permalink
remove -bit suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
aler9 committed Aug 14, 2024
1 parent 6d8d431 commit 24ad4ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ on:
branches: [ main ]

jobs:
build_32_bit:
build_32:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3

- run: make -f utils.mk build32

build_64_bit:
build_64:
runs-on: ubuntu-22.04

steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- 'v*'

jobs:
build_32_bit:
build_32:
runs-on: ubuntu-22.04

steps:
Expand All @@ -19,7 +19,7 @@ jobs:
name: rpicc
path: binaries/rpicc_32

build_64_bit:
build_64:
runs-on: ubuntu-22.04

steps:
Expand All @@ -34,8 +34,8 @@ jobs:

github_release:
needs:
- build_32_bit
- build_64_bit
- build_32
- build_64
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit 24ad4ed

Please sign in to comment.