Author: dsahlberg
Date: Mon Jul 14 08:13:43 2025
New Revision: 1927221

URL: http://svn.apache.org/viewvc?rev=1927221&view=rev
Log:
Remove unused placeholder step to "Setup environment (Linux)" in the GHA
workflow.

* .github/workflows/cmake.yml
  (Prepare Environment (Linux)): Removed

Review by: rinrab

https://lists.apache.org/thread/jzojn67cyhvwn4x7nhtygqcf2zgwtyd7


Modified:
    subversion/trunk/.github/workflows/cmake.yml

Modified: subversion/trunk/.github/workflows/cmake.yml
URL: 
http://svn.apache.org/viewvc/subversion/trunk/.github/workflows/cmake.yml?rev=1927221&r1=1927220&r2=1927221&view=diff
==============================================================================
--- subversion/trunk/.github/workflows/cmake.yml (original)
+++ subversion/trunk/.github/workflows/cmake.yml Mon Jul 14 08:13:43 2025
@@ -106,11 +106,6 @@ jobs:
 
           ls env: | foreach { "$($_.Name)=$($_.Value)" >> $env:GITHUB_ENV }
 
-      - name: Prepare Environment (Linux)
-        if: runner.os == 'Linux'
-        run: |
-          # nothing yet
-
       - name: Export GitHub Actions cache environment variables
         if: runner.os == 'Windows'
         uses: actions/github-script@v7


Reply via email to