Skip to content

Commit 490454e

Browse files
committed
Revert "ci: temporarly fix wolfssl tag as master broke testing"
This reverts commit b7b7193.
1 parent 6ee2489 commit 490454e

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,12 @@ jobs:
2222
- name: List compiler version
2323
run: gcc --version
2424

25-
# get last release version fo wolfssl
26-
- name: Get latest wolfssl release tag
27-
uses: actions/github-script@v7
28-
id: latest-release
29-
with:
30-
script: |
31-
const release = await github.rest.repos.getLatestRelease({
32-
owner: 'wolfssl',
33-
repo: 'wolfssl'
34-
});
35-
return release.data.tag_name;
36-
result-encoding: string
37-
25+
# pull and build wolfssl
3826
- name: Checkout wolfssl
3927
uses: actions/checkout@v4
4028
with:
4129
repository: wolfssl/wolfssl
42-
ref: ${{ steps.latest-release.outputs.result }}
43-
path: wolfssl # pull and build wolfssl
30+
path: wolfssl
4431

4532
# Build and test standard build
4633
- name: Build and test

0 commit comments

Comments
 (0)