Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit e0558a1

Browse files
committed
Update lumen/otp sha to latest sync'd version from erlang/otp
1 parent 5712823 commit e0558a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/x86_64-apple-darwin-lumen-otp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
cd otp
6060
echo "ERL_TOP=$PWD" >> $GITHUB_ENV
6161
git remote add origin https://github.com/lumen/otp
62-
git fetch --no-tags --prune --progress --depth=1 origin +ca83f680aab717fe65634247d16f18a8cbfc6d8d:refs/remotes/origin/lumen
62+
git fetch --no-tags --prune --progress --depth=1 origin +f97de7a99692cb08b5e27d17e86d92707ad16eed:refs/remotes/origin/lumen
6363
git checkout --progress --force -B lumen refs/remotes/origin/lumen
6464
- name: lumen/otp autoconf
6565
run: |

.github/workflows/x86_64-unknown-linux-gnu-lumen-otp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cd otp
3232
echo "ERL_TOP=$PWD" >> $GITHUB_ENV
3333
git remote add origin https://github.com/lumen/otp
34-
git fetch --no-tags --prune --progress --depth=1 origin +ca83f680aab717fe65634247d16f18a8cbfc6d8d:refs/remotes/origin/lumen
34+
git fetch --no-tags --prune --progress --depth=1 origin +f97de7a99692cb08b5e27d17e86d92707ad16eed:refs/remotes/origin/lumen
3535
git checkout --progress --force -B lumen refs/remotes/origin/lumen
3636
- name: lumen/otp autoconf
3737
run: |

0 commit comments

Comments
 (0)