Skip to content

Commit

Permalink
Pass the varialble to all jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed May 2, 2024
1 parent 9c343a3 commit 535c4f5
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ name: CI
on:
push:

env:
# Variables to update in case of new versions
LUABITOP_VERSION: "1.0.2"
WIRESHARK_VERSION: "4.2.4"
LUA_VERSION: "5.2.4"

jobs:

# LuaBitOp DLL Compilation
luabitop_windows_build:
runs-on: windows-latest
env:
# Variables to update in case of new versions
LUABITOP_VERSION: "1.0.2"
WIRESHARK_VERSION: "4.2.4"
LUA_VERSION: "5.2.4"

steps:
# Get all sources
- name: Get LuaBitOp
Expand Down Expand Up @@ -367,11 +367,6 @@ jobs:
make install &&
cd .. &&
unzip /test/Wireshark_plugin.zip -d /usr/local &&
curl http://bitop.luajit.org/download/LuaBitOp-1.0.2.tar.gz -o bitop.tar.gz &&
tar -xvf bitop.tar.gz &&
cd LuaBitOp-* &&
make install &&
cd .. &&
tshark -e DISCRETE.VALUE -E header=y -T fields -r /test/pcapng_files/discrete.pcapng | tee /test/discrete.output
"
- name: Run diff
Expand Down

0 comments on commit 535c4f5

Please sign in to comment.