Skip to content

Commit

Permalink
dist: use valid gcc host triples in release names
Browse files Browse the repository at this point in the history
  • Loading branch information
leostera committed Oct 3, 2020
1 parent 56e85d5 commit 10aed6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
suffix: x86_64-apple-darwin
- os: ubuntu-18.04
ocaml-version: 4.11.1
suffix: x86_64-linux-gnu
suffix: x86_64-unknown-linux-gnu
- os: ubuntu-20.04
ocaml-version: 4.11.1+musl+static+flambda
suffix: x86_64-linux-musl
suffix: x86_64-unknown-linux-musl
- os: windows-latest
suffix: x86_64-pc-windows
suffix: x86_64-pc-windows-gnu
stdlib_path: D:\a\caramel\caramel\_build\default\src\stdlib

env:
Expand Down

0 comments on commit 10aed6d

Please sign in to comment.