Skip to content

Commit

Permalink
chore: workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 17, 2024
1 parent ea2bf87 commit 53b7ab7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-x64.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Build for alpine-x64
name: Build for linux-x64

on: workflow_dispatch

env:
CARGO_TERM_COLOR: always
TARGET: x86_64-unknown-linux-gnu
FILENAME: tagoio-relay-alpine-x64
FILENAME: tagoio-relay-linux-x64

jobs:
build:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build-win-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Install NASM
run: choco install nasm

- name: Add NASM to PATH
run: |
$env:PATH += ";C:\Program Files\NASM"
echo $env:PATH
# Verify NASM installation
- name: Verify NASM installation
run: |
Expand Down

0 comments on commit 53b7ab7

Please sign in to comment.