Skip to content

Commit

Permalink
should work
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp committed Jul 22, 2024
1 parent 93cde89 commit 16a5169
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/build_static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,12 +102,6 @@ jobs:

- run: opam exec -- dune install -p alt-ergo --create-install-files --prefix opt/alt-ergo --relocatable

- name: WHAT THE FUCK
run: git describe --always --dirty --abbrev=7

- name: WHAT THE DUCK
run: _destdir/opt/alt-ergo/bin/alt-ergo --version

- name: Upload musl artifact
uses: actions/upload-artifact@v4
with:
Expand All @@ -120,16 +114,3 @@ jobs:
with:
files: |
_destdir/opt/alt-ergo/bin/alt-ergo
# lol:
# name: Release
# runs-on: ubuntu-latest
# needs: [ build-musl ]
# steps:
# - name: Download musl statically linked binary
# uses: actions/download-artifact@v4
# with:
# name: alt-ergo-x86_64-linux-musl
#
# - name: Display structure of downloaded files
# run: ls -R
#

0 comments on commit 16a5169

Please sign in to comment.