Skip to content

Commit

Permalink
ci: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
433eros committed Dec 29, 2023
1 parent d5f0b60 commit 1bb7e37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
BUNDLE_GEMS__RAILSLTS__COM: ${{ secrets.BUNDLE_GEMS__RAILSLTS__COM }}

jobs:
ci:
test:
runs-on: ubuntu-latest
container: ubuntu:precise
steps:
Expand All @@ -19,6 +19,7 @@ jobs:
sed -i 's/security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list
apt-get update
apt-get install -y libmysqlclient-dev
- run: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
# - uses: actions/[email protected]
# with:
# node-version: 11.14.0
Expand Down

0 comments on commit 1bb7e37

Please sign in to comment.