Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 24, 2024
1 parent df62ecb commit 7b0a274
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,9 @@ jobs:
matrix:
include:
- name: linux_release_64
image: ${{ env.ubuntu_bld }}
asm: "-asm"
options: "-release_64"
artifact_name: "libebm_ubuntu_release_64"
image: ubuntu-latest
- name: linux_debug_64
image: ${{ env.ubuntu_bld }}
asm: ""
options: "-debug_64"
artifact_name: "libebm_ubuntu_debug_64"
image: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 7b0a274

Please sign in to comment.