Skip to content

Commit

Permalink
fixup! Build all Erlang versions and upload to PackageCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Apr 11, 2024
1 parent cec7e6f commit c6ce650
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-all-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.3'
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Build all missing versions of Erlang and upload to PackageCloud
env:
GITHUB_TOKEN_PUBLIC_ACCESS: ${{ secrets.GH_TOKEN_PUBLIC_ACCESS }}
Expand Down

0 comments on commit c6ce650

Please sign in to comment.