lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master b9077747: Really fix annoying warnings about


From: Vadim Zeitlin
Subject: [lmi-commits] [lmi] master b9077747: Really fix annoying warnings about wine32 in 64-bit CI builds
Date: Thu, 12 May 2022 15:05:41 -0400 (EDT)

branch: master
commit b907774768a97525a97f82b7c808d35dd458c6c0
Author: Vadim Zeitlin <vadim@tt-solutions.com>
Commit: Vadim Zeitlin <vadim@tt-solutions.com>

    Really fix annoying warnings about wine32 in 64-bit CI builds
    
    The changes of ce0787c2b (Avoid useless warnings about missing wine32 in
    64-bit build, 2022-02-13) had a typo and the environment variable wasn't
    being actually set. Do set it now by outputting the assignment setting
    it to the file stored in GITHUB_ENV variable instead of just setting it
    for the currently running workflow step script itself.
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index accbebee..e1814320 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -97,7 +97,7 @@ jobs:
                 # run 64-bit programs in this build, so set WINEDEBUG to a
                 # value equivalent to its default/unset value but recognized
                 # as disabling error output by Debian /usr/bin/wine script.
-                export 'WINEDEBUG=-all,err+all,fixme+all' >> $GITHUB_ENV
+                echo 'WINEDEBUG=-all,err+all,fixme+all' >> $GITHUB_ENV
                 ;;
 
               *)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]