Skip to content

Commit

Permalink
ci: Update appmap-preflight tools version to pre.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed May 18, 2023
1 parent 0ff9b77 commit a6006bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/appmap-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install AppMap tools
run: |
curl -o /usr/local/bin/appmap -L https://github.com/getappmap/appmap-js/releases/download/%40appland%2Fappmap-preflight-v1.0-pre.19/appmap-preflight-linux-x64
curl -o /usr/local/bin/appmap -L https://github.com/getappmap/appmap-js/releases/download/%40appland%2Fappmap-preflight-v1.0-pre.21/appmap-preflight-linux-x64
chmod a+x /usr/local/bin/appmap
- name: Build AppMaps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Install AppMap tools
run: |
curl -o /usr/local/bin/appmap -L https://github.com/getappmap/appmap-js/releases/download/%40appland%2Fappmap-preflight-v1.0-pre.19/appmap-preflight-linux-x64
curl -o /usr/local/bin/appmap -L https://github.com/getappmap/appmap-js/releases/download/%40appland%2Fappmap-preflight-v1.0-pre.21/appmap-preflight-linux-x64
chmod a+x /usr/local/bin/appmap
- name: Build
Expand Down

0 comments on commit a6006bf

Please sign in to comment.