Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
yito88 committed Oct 19, 2023
1 parent d26d342 commit 5a90a27
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/guide-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,21 @@ concurrency:
jobs:
template-checker:
runs-on: ubuntu-latest
strategy:
matrix:
mold: [2.1.0]
env:
RUSTFLAGS: '-C linker=clang -C link-arg=-fuse-ld=/usr/local/bin/mold'
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
- uses: arduino/setup-protoc@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install mold linker
run: |
wget -q -O- https://github.com/rui314/mold/releases/download/v${{ matrix.mold }}/mold-${{ matrix.mold }}-x86_64-linux.tar.gz | tar -xz
mv mold-${{ matrix.mold }}-x86_64-linux/bin/mold /usr/local/bin
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/namada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,4 @@ jobs:
tar -xvzf namada.tar.gz
- name: Run test
run: |
e2e/namada-e2e-test namada
e2e/namada-e2e-test namada-v${{ matrix.namada }}-Linux-x86_64

0 comments on commit 5a90a27

Please sign in to comment.