From 5f03c2fcacef5caf9d04a4fdadb9edc3948119d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Thu, 18 Jul 2024 11:29:29 +0200 Subject: [PATCH] CI: cross-compilation: fixed path --- .github/workflows/cross-compile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cross-compile.yml b/.github/workflows/cross-compile.yml index a24c2f6..7fbcf5b 100644 --- a/.github/workflows/cross-compile.yml +++ b/.github/workflows/cross-compile.yml @@ -19,7 +19,7 @@ jobs: run: pip install -r $GITHUB_WORKSPACE/requirements.txt - name: Translate profiles - run: $GITHUB_WORKSPACE/.ci_scripts/full-test/translate_profiles.sh + run: $GITHUB_WORKSPACE/.ci_scripts/firewall-test/translate_profiles.sh - name: Run cross-compilation run: $GITHUB_WORKSPACE/build.sh -d $GITHUB_WORKSPACE -t $GITHUB_WORKSPACE/openwrt/tl-wdr4900.cmake @@ -37,7 +37,7 @@ jobs: submodules: recursive - name: Translate profiles - run: $GITHUB_WORKSPACE/.ci_scripts/full-test/translate_profiles.sh -r 50 + run: $GITHUB_WORKSPACE/.ci_scripts/firewall-test/translate_profiles.sh -r 50 - name: Run cross-compilation run: $GITHUB_WORKSPACE/build.sh -d $GITHUB_WORKSPACE -t $GITHUB_WORKSPACE/openwrt/tl-wdr4900.cmake @@ -55,7 +55,7 @@ jobs: submodules: recursive - name: Translate profiles - run: $GITHUB_WORKSPACE/.ci_scripts/full-test/translate_profiles.sh -p 0.5 + run: $GITHUB_WORKSPACE/.ci_scripts/firewall-test/translate_profiles.sh -p 0.5 - name: Run cross-compilation run: $GITHUB_WORKSPACE/build.sh -d $GITHUB_WORKSPACE -t $GITHUB_WORKSPACE/openwrt/tl-wdr4900.cmake -- GitLab