Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

github actions: Force to use Bash instead of POSIX Shell #26

github actions: Force to use Bash instead of POSIX Shell

github actions: Force to use Bash instead of POSIX Shell #26

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Force to use Bash instead of POSIX Shell
run: sudo cp /bin/bash /bin/sh
- name: Install dependencies
run: sudo make install-pp
- name: Run generate
run: make generate
- uses: actions/upload-artifact@v3
with:
name: eksiproxy
path: output/