mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2024-11-12 15:36:32 +00:00
Fix typos in CI scripts
This commit is contained in:
parent
5de92e9788
commit
61e9029be4
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -98,7 +98,7 @@ jobs:
|
||||
# Matters that depend on OS:VERSION are determined and executed in the following script.
|
||||
# Please note that the option to configure (CONFIGURE_OPTIONS) is set in the environment variable.
|
||||
#
|
||||
- name: Install pacakagse
|
||||
- name: Install packages
|
||||
run: |
|
||||
.github/workflows/linux-ci-helper.sh ${{ matrix.container }}
|
||||
|
||||
@ -118,10 +118,10 @@ jobs:
|
||||
|
||||
# [NOTE]
|
||||
# A case of "runs-on: macos-11.0" does not work,
|
||||
# becase load_osxfuse returns exit code = 1.
|
||||
# because load_osxfuse returns exit code = 1.
|
||||
# Maybe it needs to reboot. Apple said
|
||||
# "Installing a new kernel extension requires signing in as an Admin user. You must also restart your Mac to load the extension".
|
||||
# Then we do not use macos 11 on Github Actions now.
|
||||
# Then we do not use macos 11 on GitHub Actions now.
|
||||
#
|
||||
macos10:
|
||||
runs-on: macos-10.15
|
||||
|
2
.github/workflows/linux-ci-helper.sh
vendored
2
.github/workflows/linux-ci-helper.sh
vendored
@ -154,7 +154,7 @@ echo "${PRGNAME} [INFO] Updates."
|
||||
${PACKAGE_MANAGER_BIN} ${PACKAGE_UPDATE_OPTIONS}
|
||||
|
||||
#
|
||||
# Install pacakages ( with cppcheck )
|
||||
# Install packages ( with cppcheck )
|
||||
#
|
||||
echo "${PRGNAME} [INFO] Install packages."
|
||||
${PACKAGE_MANAGER_BIN} install -y ${INSTALL_PACKAGES}
|
||||
|
Loading…
Reference in New Issue
Block a user