svn commit: r1921103 - in /subversion/trunk/.github/workflows: autoconf.yml cmake.yml

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: jun66j5
Date: Fri Oct  4 06:53:20 2024
New Revision: 1921103

URL: http://svn.apache.org/viewvc?rev=1921103&view=rev
Log:
Run `apt-get update` beforehand to fix `apt-get install` failures in Ubuntu
environment of GitHub Actions.

* .github/workflows/autoconf.yml
  (Install dependecies (Linux, apt-get)): Run `apt-get update` before
  `apt-get install`.
* .github/workflows/cmake.yml
  (Install dependecies (Linux, apt-get)): Ditto.

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

Modified: subversion/trunk/.github/workflows/autoconf.yml
URL: http://svn.apache.org/viewvc/subversion/trunk/.github/workflows/autoconf.yml?rev=1921103&r1=1921102&r2=1921103&view=diff
==============================================================================
--- subversion/trunk/.github/workflows/autoconf.yml (original)
+++ subversion/trunk/.github/workflows/autoconf.yml Fri Oct  4 06:53:20 2024
@@ -45,6 +45,7 @@ jobs:
       - name: Install dependecies (Linux, apt-get)
         if: runner.os == 'Linux'
         run: >
+          sudo apt-get update &&
           sudo apt-get install
           libtool
           libtool-bin

Modified: subversion/trunk/.github/workflows/cmake.yml
URL: http://svn.apache.org/viewvc/subversion/trunk/.github/workflows/cmake.yml?rev=1921103&r1=1921102&r2=1921103&view=diff
==============================================================================
--- subversion/trunk/.github/workflows/cmake.yml (original)
+++ subversion/trunk/.github/workflows/cmake.yml Fri Oct  4 06:53:20 2024
@@ -113,6 +113,7 @@ jobs:
       - name: Install dependecies (Linux, apt-get)
         if: runner.os == 'Linux'
         run: >
+          sudo apt-get update &&
           sudo apt-get install
           libtool
           libtool-bin
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.