diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index d713fa8..b08b652 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -55,14 +55,15 @@ jobs: # path: build/deps/dload # key: deps-${{ hashFiles('build/deps/dload/*') }} # restore-keys: deps-${{ hashFiles('build/deps/dload/*') }} - - name: Cache APT Packages - # You may pin to the exact commit or the version. - # uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 - uses: awalsh128/cache-apt-pkgs-action@v1.3.0 - with: - # Space delimited list of packages to install. Version can be specified optionally using APT command syntax of = (e.g. xdot=1.2-2). - packages: at build-essential cmake ccache fswebcam gfortran gnuplot libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libboost-serialization-dev libboost-program-options-dev libboost-date-time-dev libboost-atomic-dev libeigen3-dev libffi-dev libgsl-dev libunittest++-dev libwxgtk3.0-gtk3-dev lm-sensors qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools r-base-dev rapidjson-dev python3-statsmodels python3-testresources - version: 1.0 + # - name: Cache APT Packages + # # You may pin to the exact commit or the version. + # # uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 + # # TODO: update when this gets resolved: https://github.com/awalsh128/cache-apt-pkgs-action/pull/104 + # uses: awalsh128/cache-apt-pkgs-action@v1.3.0 + # with: + # # Space delimited list of packages to install. Version can be specified optionally using APT command syntax of = (e.g. xdot=1.2-2). + # packages: at build-essential cmake ccache fswebcam gfortran gnuplot libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libboost-serialization-dev libboost-program-options-dev libboost-date-time-dev libboost-atomic-dev libeigen3-dev libffi-dev libgsl-dev libunittest++-dev libwxgtk3.0-gtk3-dev lm-sensors qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools r-base-dev rapidjson-dev python3-statsmodels python3-testresources + # version: 1.0 - name: Cache pip packages uses: actions/setup-python@v4 with: @@ -126,14 +127,14 @@ jobs: # path: build/deps/dload # key: deps-${{ hashFiles('build/deps/dload/*') }} # restore-keys: deps-${{ hashFiles('build/deps/dload/*') }} - - name: Cache APT Packages - # You may pin to the exact commit or the version. - # uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 - uses: awalsh128/cache-apt-pkgs-action@v1.3.0 - with: - # Space delimited list of packages to install. Version can be specified optionally using APT command syntax of = (e.g. xdot=1.2-2). - packages: at build-essential cmake ccache fswebcam gfortran gnuplot libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libboost-serialization-dev libboost-program-options-dev libboost-date-time-dev libboost-atomic-dev libeigen3-dev libffi-dev libgsl-dev libunittest++-dev libwxgtk3.0-gtk3-dev lm-sensors qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools r-base-dev rapidjson-dev python3-statsmodels python3-testresources - version: 1.0 + # - name: Cache APT Packages + # # You may pin to the exact commit or the version. + # # uses: awalsh128/cache-apt-pkgs-action@1850ee53f6e706525805321a3f2f863dcf73c962 + # uses: awalsh128/cache-apt-pkgs-action@v1.3.0 + # with: + # # Space delimited list of packages to install. Version can be specified optionally using APT command syntax of = (e.g. xdot=1.2-2). + # packages: at build-essential cmake ccache fswebcam gfortran gnuplot libboost-system-dev libboost-filesystem-dev libboost-iostreams-dev libboost-serialization-dev libboost-program-options-dev libboost-date-time-dev libboost-atomic-dev libeigen3-dev libffi-dev libgsl-dev libunittest++-dev libwxgtk3.0-gtk3-dev lm-sensors qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools r-base-dev rapidjson-dev python3-statsmodels python3-testresources + # version: 1.0 - name: Cache pip packages uses: actions/setup-python@v4 with: