Skip to content

Commit

Permalink
no sa in quick
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Sep 25, 2024
1 parent f3c0069 commit 576eb21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: sudo make install
- run: make env sa
- run: make -e env
- run: make env
- run: make -e FAST=1 INPUT=7
terminate-instance:
needs:
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ index.html: index.xml main.xsl Makefile

install: Makefile
if [[ "$${OSTYPE}" == "darwin"* ]]; then
echo "This is macOS, installing necessary components:"
echo "This is macOS, installing necessary components (not all of them):"
brew install fpc sbcl go
brew install --cask graalvm/tap/graalvm-ce-lts-java11
brew install --cask dotnet-sdk
elif [[ "$${OSTYPE}" == "linux-gnu"* ]]; then
echo "This is Linux, installing necessary components:"
echo "This is Linux, installing all necessary components:"
apt-get -y update --fix-missing
apt-get -y install --no-install-recommends \
clang clang-tidy \
Expand Down

0 comments on commit 576eb21

Please sign in to comment.