Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Aug 2, 2024
1 parent fb196f8 commit ed66781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
if: github.event.schedule
runs-on: ubuntu-latest
steps:
run: |
latest_sha=$(gh api repos/erlang/otp/commits/master --jq '.[0].sha')
echo "Latest SHA: $latest_sha"
- run: |
latest_sha=$(gh api repos/erlang/otp/commits/master --jq '.[0].sha')
echo "Latest SHA: $latest_sha"
build:
name: "Build OTP macOS ${{ matrix.arch }}"
Expand Down

0 comments on commit ed66781

Please sign in to comment.