Skip to content

Commit

Permalink
Update with reviewed changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna-13-cyber committed Feb 26, 2024
1 parent f6db92a commit 574db0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ on:

jobs:
build_1:
uses: vgvassilev/clad/.github/workflows/called.yml@master
uses: .github/workflows/called.yml@master
with:
username: x86

build_2:
uses: vgvassilev/clad/.github/workflows/called.yml@master
uses: .github/workflows/called.yml@master
with:
username: armv7

build_3:
uses: vgvassilev/clad/.github/workflows/called.yml@master
uses: .github/workflows/called.yml@master
with:
username: aarch64

0 comments on commit 574db0f

Please sign in to comment.